Documentation ¶
Index ¶
- Constants
- func CancelMarket(cdc *codec.Codec) *cobra.Command
- func CancelOrder(cdc *codec.Codec) *cobra.Command
- func CreateGTEOrderTxCmd(cdc *codec.Codec) *cobra.Command
- func CreateIOCOrderTxCmd(cdc *codec.Codec) *cobra.Command
- func CreateMarketCmd(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(cdc *codec.Codec) *cobra.Command
- func GetTxCmd(cdc *codec.Codec) *cobra.Command
- func ModifyTradingPairPricePrecision(cdc *codec.Codec) *cobra.Command
- func QueryMarketCmd(cdc *codec.Codec) *cobra.Command
- func QueryMarketListCmd(cdc *codec.Codec) *cobra.Command
- func QueryOrderCmd(cdc *codec.Codec) *cobra.Command
- func QueryOrderbookCmd(cdc *codec.Codec) *cobra.Command
- func QueryParamsCmd(cdc *codec.Codec) *cobra.Command
- func QueryUserOrderList(cdc *codec.Codec) *cobra.Command
Constants ¶
View Source
const ( FlagStock = "stock" FlagMoney = "money" FlagPricePrecision = "price-precision" FlagOrderPrecision = "order-precision" )
View Source
const ( FlagSymbol = "trading-pair" FlagOrderType = "order-type" FlagPrice = "price" FlagQuantity = "quantity" FlagSide = "side" FlagOrderID = "order-id" FlagBlocks = "blocks" FlagTime = "time" FlagIdentify = "identify" )
Variables ¶
This section is empty.
Functions ¶
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.