Module copy_trading

Module copy_trading 

Source
Expand description

Copy trading contract

Structs§

BalanceResp
Individual market response from QueryMsg::Balance
BalanceRespItem
Individual market response inside BalanceResp
Config
Full configuration Updates to configuration values.
ConfigUpdate
Updates to configuration values.
DecQueuePositionId
Queue position number
FactoryConfigUpdate
Updates to configuration values.
IncQueuePositionId
Queue position number
InstantiateMsg
Message for instantiating a new copy trading contract.
LeaderStatusResp
Individual response from QueryMsg::LeaderStatus
MigrateMsg
Migration message, currently no fields needed
QueueItemStatus
Queue item status
QueueResp
Individual response from QueryMsg::QueueStatus
TokenStatus
Individual response from QueryMsg::LeaderStatus

Enums§

DecMarketItem
Queue item that needs to be processed
DecQueueItem
Queue item that needs to be processed
ExecuteMsg
Executions available on the copy trading contract.
FailedReason
Failure reason on why queue processing failed
IncMarketItem
Queue item that needs to be processed
IncQueueItem
Queue item that needs to be processed
ProcessingStatus
Queue item Processing status
QueryMsg
Queries that can be performed on the copy contract.
QueueItem
Queue Item
QueuePositionId
Queue position id that needs to be processed
RequiresToken
Token required for the queue item
Token
Token accepted by the contract
WorkDescription
Work Description
WorkResp
Work response