API 文档

服务器 → 客户端

PortfolioPositionsListUpdated

回调参数

必需的

有效载荷示例

{
  "positions": {
    "symbol": "",
    "qty": 0,
    "amount": 0
  }
}

相关消息类型

public class PositionModelDto
{
    public string Symbol { get; set; }
    public decimal Qty { get; set; }
    public decimal Amount { get; set; }
    // Additional position fields from PositionModelMapper
}
PositionModelDto类型描述示例值
Symbolstring""
Qtydecimal0
Amountdecimal0

示例 JSON

{
  "symbol": "",
  "qty": 0,
  "amount": 0
}

相关 TypeScript 合约

Alipay
Stripe
Eurex
AWS
Azure
Google Cloud
Currenex
Velocity Trade
Bitcoin
CME
Interactive Brokers
Kraken
FIX API
XTX
Bloomberg
Binance

启动您的平台。

开始使用。