Builder
class Builder
Message for Trade order
Content copied to clipboard
TW.Binance.Proto.TradeOrder
Functions
Link copied to clipboard
order id, optional
Content copied to clipboard
string id = 2;
Link copied to clipboard
only accept 2 for now, meaning limit order
Content copied to clipboard
int64 ordertype = 4;
Link copied to clipboard
price of the order, which is the real price multiplied by 1e8 (10^8) and rounded to integer
Content copied to clipboard
int64 price = 6;
Link copied to clipboard
quantity of the order, which is the real price multiplied by 1e8 (10^8) and rounded to integer
Content copied to clipboard
int64 quantity = 7;
Link copied to clipboard
originating address
Content copied to clipboard
bytes sender = 1;
Link copied to clipboard
1 for buy and 2 for sell
Content copied to clipboard
int64 side = 5;
Link copied to clipboard
symbol for trading pair in full name of the tokens
Content copied to clipboard
string symbol = 3;
Link copied to clipboard
1 for Good Till Expire(GTE) order and 3 for Immediate Or Cancel (IOC)
Content copied to clipboard
int64 timeinforce = 8;
Link copied to clipboard
order id, optional
Content copied to clipboard
string id = 2;
Link copied to clipboard
only accept 2 for now, meaning limit order
Content copied to clipboard
int64 ordertype = 4;
Link copied to clipboard
quantity of the order, which is the real price multiplied by 1e8 (10^8) and rounded to integer
Content copied to clipboard
int64 quantity = 7;
Link copied to clipboard
symbol for trading pair in full name of the tokens
Content copied to clipboard
string symbol = 3;
Link copied to clipboard
1 for Good Till Expire(GTE) order and 3 for Immediate Or Cancel (IOC)
Content copied to clipboard
int64 timeinforce = 8;
Link copied to clipboard
order id, optional
Content copied to clipboard
string id = 2;
Link copied to clipboard
order id, optional
Content copied to clipboard
string id = 2;
Link copied to clipboard
only accept 2 for now, meaning limit order
Content copied to clipboard
int64 ordertype = 4;
Link copied to clipboard
price of the order, which is the real price multiplied by 1e8 (10^8) and rounded to integer
Content copied to clipboard
int64 price = 6;
Link copied to clipboard
quantity of the order, which is the real price multiplied by 1e8 (10^8) and rounded to integer
Content copied to clipboard
int64 quantity = 7;
Link copied to clipboard
originating address
Content copied to clipboard
bytes sender = 1;
Link copied to clipboard
1 for buy and 2 for sell
Content copied to clipboard
int64 side = 5;
Link copied to clipboard
symbol for trading pair in full name of the tokens
Content copied to clipboard
string symbol = 3;
Link copied to clipboard
symbol for trading pair in full name of the tokens
Content copied to clipboard
string symbol = 3;
Link copied to clipboard
1 for Good Till Expire(GTE) order and 3 for Immediate Or Cancel (IOC)
Content copied to clipboard
int64 timeinforce = 8;