Module off_exchange_api

Source

Structs§

AddOffExchangeParams
struct for passing parameters to the method [add_off_exchange]
AddOffExchangeParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetOffExchangeCollateralAccountsParams
struct for passing parameters to the method [get_off_exchange_collateral_accounts]
GetOffExchangeCollateralAccountsParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetOffExchangeSettlementTransactionsParams
struct for passing parameters to the method [get_off_exchange_settlement_transactions]
GetOffExchangeSettlementTransactionsParamsBuilder
Use builder syntax to set the inputs and finish with build().
OffExchangeApiClient
RemoveOffExchangeParams
struct for passing parameters to the method [remove_off_exchange]
RemoveOffExchangeParamsBuilder
Use builder syntax to set the inputs and finish with build().
SettleOffExchangeTradesParams
struct for passing parameters to the method [settle_off_exchange_trades]
SettleOffExchangeTradesParamsBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

AddOffExchangeError
struct for typed errors of method [add_off_exchange]
GetOffExchangeCollateralAccountsError
struct for typed errors of method [get_off_exchange_collateral_accounts]
GetOffExchangeSettlementTransactionsError
struct for typed errors of method [get_off_exchange_settlement_transactions]
RemoveOffExchangeError
struct for typed errors of method [remove_off_exchange]
SettleOffExchangeTradesError
struct for typed errors of method [settle_off_exchange_trades]

Traits§

OffExchangeApi