Type aliases
ICandleSize
ICandleSize:
"60" | "300" | "600" | "900" | "3600" | "14400" | "21600" | "86400"
IDuration
IDuration:
"unknown" | "day" | "fill_or_kill" | "immediate_or_cancel" | "good_till_cancel" | "good_till_time" | "at_the_opening" | "at_the_close"
IOrderType
IOrderType:
"unknown" | "market" | "limit" | "stop" | "stop_limit" | "twap" | "trailing_stop" | "iceberg"
IOrdersStatus
IOrdersStatus:
"placing" | "working" | "cancelled" | "pending" | "filled" | "rejected"
ISide
ISide:
"buy" | "sell"