Skip to main content

Trigger Order Notification

Trigger Order Notification

Response Parameters

Field NameTypeExampleShort NameDescription
MemberIDstring"8853509"MMember ID
TradeUnitIDstring"8853509"TUPosition ID
AccountIDstring"8853509"AAccount ID
InstrumentIDstring"BTCUSDT"IInstrument ID
OrderPriceTypestring"0"OPTOrder price type
Directionstring"1"DBuy/sell direction
OffsetFlagstring"5"oOpen/close flag
OrderTypestring"0"OTOrder type
OrderSysIDstring"1000466073338447"OSOrder ID
Leverageint125lLeverage
SLPriceint31000SLStop loss price
SLTriggerPriceint29000SLTStop loss trigger price
TPPriceint30010TPTake profit price
TPTriggerPriceint30000TPTTake profit trigger price
TriggerOrderTypestring"1"TOTrigger order type
TriggerPriceTypestring"0"TrTrigger price type
TriggerStatusint"1"TSTrigger status
InsertTimeint1689727248ITDB Insert time
UpdateTimeint1689727248UDB Update time

Response Example

{
"action": "PushTriggerOrder",
"result": [
{
"table": "TriggerOrder",
"data": {
"A": "36005550",
"D": "0",
"I": "BTCUSDT",
"IT": 1690786912,
"M": "36005550",
"O": "0",
"OS": "1000175049516168",
"OT": "0",
"TO": "3",
"TP": 20001,
"TPT": 20000,
"TS": "1",
"TU": "36005550",
"Tr": "0",
"U": 1690786912,
"l": 85,
"o": "0"
}
}
]
}