Get desktop application:
View/edit binary Protocol Buffers messages
string owner = 1
string client_order_id = 2
(message has no fields)
string owner = 1
string client_order_id = 2
string source = 4
string maximum_slippage = 6
(message has no fields)
string owner = 1
string client_order_id = 2
(message has no fields)
string owner = 1
string original_client_order_id = 2
string new_client_order_id = 3
(message has no fields)
string owner = 1
string original_client_order_id = 2
string new_client_order_id = 3
string source = 5
string maximum_slippage = 7
(message has no fields)
repeated Order orders = 1
string source = 1
string destination = 2
string source = 1
string destination = 2
(message has no fields)
string price = 1
optional Order first_order = 2
optional Order second_order = 3
string source = 1
string destination = 2
string source = 1
string destination = 2
string last_price = 3
Used in: ExecutionPlan, QueryByAccountResponse
uint64 order_id = 1
string owner = 3
string client_order_id = 4
string source_remaining = 6
string source_filled = 7
string destination_filled = 9
Used in: QueryInstrumentsResponse
string source = 1
string destination = 2
string last_price = 3
string best_price = 4
Used in: QueryInstrumentResponse
uint64 id = 1
string owner = 2
string source_remaining = 3
string client_order_id = 4
string price = 5
Used in: MsgAddLimitOrder, MsgAddMarketOrder, MsgCancelReplaceLimitOrder, MsgCancelReplaceMarketOrder, Order
TIME_IN_FORCE_UNSPECIFIED = 0
TIME_IN_FORCE_GOOD_TILL_CANCEL = 1
TIME_IN_FORCE_IMMEDIATE_OR_CANCEL = 2
TIME_IN_FORCE_FILL_OR_KILL = 3