API Dokumentation

Server → Client

PortfolioPositionsListUpdated

Callback-Argumente

Erforderlich

Beispiel für eine Nutzlast

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

Verwandte Nachrichtentypen

public class PositionModelDto
{
    public string Symbol { get; set; }
    public decimal Qty { get; set; }
    public decimal Amount { get; set; }
    // Additional position fields from PositionModelMapper
}
PositionModelDtoTypBeschreibungBeispielwert
Symbolstring""
Qtydecimal0
Amountdecimal0

Beispiel-JSON

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

Zugehörige TypeScript-Verträge

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

Starten Sie Ihre Plattform.

Los geht’s.