Builder

class Builder
Message for CancelTrade order
Protobuf type TW.Binance.Proto.CancelTradeOrder

Functions

Link copied to clipboard
order id to cancel
string refid = 3;
Link copied to clipboard
originating address
bytes sender = 1;
Link copied to clipboard
symbol for trading pair in full name of the tokens
string symbol = 2;
Link copied to clipboard
open fun getRefid(): String
order id to cancel
string refid = 3;
Link copied to clipboard
open fun getRefidBytes(): ByteString
order id to cancel
string refid = 3;
Link copied to clipboard
open fun getSender(): ByteString
originating address
bytes sender = 1;
Link copied to clipboard
open fun getSymbol(): String
symbol for trading pair in full name of the tokens
string symbol = 2;
Link copied to clipboard
open fun getSymbolBytes(): ByteString
symbol for trading pair in full name of the tokens
string symbol = 2;
Link copied to clipboard
order id to cancel
string refid = 3;
Link copied to clipboard
open fun setRefidBytes(value: ByteString): Binance.CancelTradeOrder.Builder
order id to cancel
string refid = 3;
Link copied to clipboard
open fun setSender(value: ByteString): Binance.CancelTradeOrder.Builder
originating address
bytes sender = 1;
Link copied to clipboard
symbol for trading pair in full name of the tokens
string symbol = 2;
Link copied to clipboard
symbol for trading pair in full name of the tokens
string symbol = 2;