API Dokumentation

Server → Client

HistoricalOrdersLoaded

Callback-Argumente

Erforderlich

Beispiel für eine Nutzlast

{
  "groupedOrders": {
    "orderId": 0,
    "orders": []
  }
}

Verwandte Nachrichtentypen

public class HistoricalOrderGroup
{
    public int OrderId { get; set; }
    public HistoricalOrderEntry[] Orders { get; set; }
}
HistoricalOrderGroupTypBeschreibungBeispielwert
OrderIdint0
OrdersHistoricalOrderEntry[]

Beispiel-JSON

{
  "orderId": 0,
  "orders": []
}
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.