OrderMatching
type ContractPrice
constructor
/**
* @param {number} pair_id
* @param {string} market_price
*/
ContractPrice(pair_id, market_price)type SpotPriceInfo
constructor
/**
* @param {number} token_id
* @param {string} price
*/
SpotPriceInfo(token_id, price)type Order
constructor
func sign
type OrderMatchingBuilder
constructor
type OrderMatching
constructor
func sign
Last updated