Documentation ¶
Index ¶
- func GenerateTestServer(t *testing.T, expectPath string, expectMethod string, expectBody string, ...) *httptest.Server
- func GetATradingAccountJsonResponse() string
- func GetAllAccountBalancesJsonResponse() string
- func GetCancelAnOrderJsonResponse() string
- func GetCloseAllTradeJsonResponse() string
- func GetCloseLoanBidJsonResponse() string
- func GetCloseTradeJsonResponse() string
- func GetCreateAnOrderJsonResponse() string
- func GetCreateFiatAccountJsonResponse() string
- func GetCreateLoanBidJsonResponse() string
- func GetCryptoAccountsJsonResponse() string
- func GetEditALiveOrderJsonResponse() string
- func GetExecutionsByTimestampJsonResponse() string
- func GetExecutionsJsonResponse() string
- func GetExpectedATradingAccount() *models.TradingAccount
- func GetExpectedAllAccountBalancesModel() []*models.AccountBalance
- func GetExpectedCancelAnOrderModel() *models.Order
- func GetExpectedCloseAllTradeModel() []*models.Trade
- func GetExpectedCloseLoanBidModel() *models.LoanBid
- func GetExpectedCloseTradeModel() *models.Trade
- func GetExpectedCloseTradeRequestBody() string
- func GetExpectedCreateALoanBidRequestBody() string
- func GetExpectedCreateAnOrderModel() *models.Order
- func GetExpectedCreateAnOrderRequestBody() string
- func GetExpectedCreateFiatAccountModel() *models.Account
- func GetExpectedCreateLoanBidModel() *models.LoanBid
- func GetExpectedCryptoAccountsModel() []*models.CryptoAccount
- func GetExpectedEditALiveOrderModel() *models.Order
- func GetExpectedEditALiveOrderRequestBody() string
- func GetExpectedExecutionsByTimestampModel() []*models.ExecutionsModels
- func GetExpectedExecutionsModel() *models.Executions
- func GetExpectedFiatAccountsModel() []*models.Account
- func GetExpectedInterestRatesModel() *models.InterestRates
- func GetExpectedLoanBidsModel() *models.LoanBids
- func GetExpectedLoansModel() *models.Loans
- func GetExpectedOrderBookModel() *models.PriceLevels
- func GetExpectedOrderModel() *models.Order
- func GetExpectedOrderTradesModel() []*models.Trade
- func GetExpectedOrdersModel() *models.Orders
- func GetExpectedOwnExecutionsModel() *models.Executions
- func GetExpectedProductmodel() *models.Product
- func GetExpectedProductsModel() []*models.Product
- func GetExpectedTradesLoansModel() []*models.Loan
- func GetExpectedTradesModel() *models.Trades
- func GetExpectedTradingAccounts() []*models.TradingAccount
- func GetExpectedUpdateALoanModel() *models.Loan
- func GetExpectedUpdateLeverageLevel() *models.TradingAccount
- func GetExpectedUpdateLeverageLevelRequestBody() string
- func GetExpectedUpdateLoanBidRequestBody() string
- func GetExpectedUpdateTradeModel() *models.Trade
- func GetExpectedUpdateTradeRequestBody() string
- func GetFiatAccountsJsonResponse() string
- func GetInterestRatesJsonResponse() string
- func GetLoanBidsJsonResponse() string
- func GetLoansJsonResponse() string
- func GetOrderBookJsonResponse() string
- func GetOrderJsonResponse() string
- func GetOrderTradesJsonResponse() string
- func GetOrdersJsonResponse() string
- func GetOwnExecutionsJsonResponse() string
- func GetProductJsonResponse() string
- func GetProductsJsonResponse() string
- func GetTradesJsonResponse() string
- func GetTradesLoansJsonResponse() string
- func GetTradingAccountsJsonResponse() string
- func GetUpdateALoanJsonResponse() string
- func GetUpdateLeverageLevelJsonResponse() string
- func GetUpdateTradeJsonResponse() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateTestServer ¶
func GetATradingAccountJsonResponse ¶
func GetATradingAccountJsonResponse() string
func GetAllAccountBalancesJsonResponse ¶
func GetAllAccountBalancesJsonResponse() string
func GetCancelAnOrderJsonResponse ¶
func GetCancelAnOrderJsonResponse() string
func GetCloseAllTradeJsonResponse ¶
func GetCloseAllTradeJsonResponse() string
func GetCloseLoanBidJsonResponse ¶
func GetCloseLoanBidJsonResponse() string
func GetCloseTradeJsonResponse ¶
func GetCloseTradeJsonResponse() string
func GetCreateAnOrderJsonResponse ¶
func GetCreateAnOrderJsonResponse() string
func GetCreateFiatAccountJsonResponse ¶
func GetCreateFiatAccountJsonResponse() string
func GetCreateLoanBidJsonResponse ¶
func GetCreateLoanBidJsonResponse() string
func GetCryptoAccountsJsonResponse ¶
func GetCryptoAccountsJsonResponse() string
func GetEditALiveOrderJsonResponse ¶
func GetEditALiveOrderJsonResponse() string
func GetExecutionsByTimestampJsonResponse ¶
func GetExecutionsByTimestampJsonResponse() string
func GetExecutionsJsonResponse ¶
func GetExecutionsJsonResponse() string
func GetExpectedATradingAccount ¶
func GetExpectedATradingAccount() *models.TradingAccount
func GetExpectedAllAccountBalancesModel ¶
func GetExpectedAllAccountBalancesModel() []*models.AccountBalance
func GetExpectedCloseTradeRequestBody ¶
func GetExpectedCloseTradeRequestBody() string
func GetExpectedCreateALoanBidRequestBody ¶
func GetExpectedCreateALoanBidRequestBody() string
func GetExpectedCreateAnOrderRequestBody ¶
func GetExpectedCreateAnOrderRequestBody() string
func GetExpectedCryptoAccountsModel ¶
func GetExpectedCryptoAccountsModel() []*models.CryptoAccount
func GetExpectedEditALiveOrderRequestBody ¶
func GetExpectedEditALiveOrderRequestBody() string
func GetExpectedExecutionsByTimestampModel ¶
func GetExpectedExecutionsByTimestampModel() []*models.ExecutionsModels
func GetExpectedExecutionsModel ¶
func GetExpectedExecutionsModel() *models.Executions
func GetExpectedInterestRatesModel ¶
func GetExpectedInterestRatesModel() *models.InterestRates
func GetExpectedLoansModel ¶
func GetExpectedOrderBookModel ¶
func GetExpectedOrderBookModel() *models.PriceLevels
func GetExpectedOrderModel ¶
func GetExpectedOrdersModel ¶
func GetExpectedOwnExecutionsModel ¶
func GetExpectedOwnExecutionsModel() *models.Executions
func GetExpectedProductmodel ¶
func GetExpectedTradesModel ¶
func GetExpectedTradingAccounts ¶
func GetExpectedTradingAccounts() []*models.TradingAccount
func GetExpectedUpdateLeverageLevel ¶
func GetExpectedUpdateLeverageLevel() *models.TradingAccount
func GetExpectedUpdateLeverageLevelRequestBody ¶
func GetExpectedUpdateLeverageLevelRequestBody() string
func GetExpectedUpdateLoanBidRequestBody ¶
func GetExpectedUpdateLoanBidRequestBody() string
func GetExpectedUpdateTradeRequestBody ¶
func GetExpectedUpdateTradeRequestBody() string
func GetFiatAccountsJsonResponse ¶
func GetFiatAccountsJsonResponse() string
func GetInterestRatesJsonResponse ¶
func GetInterestRatesJsonResponse() string
func GetLoanBidsJsonResponse ¶
func GetLoanBidsJsonResponse() string
func GetLoansJsonResponse ¶
func GetLoansJsonResponse() string
func GetOrderBookJsonResponse ¶
func GetOrderBookJsonResponse() string
func GetOrderJsonResponse ¶
func GetOrderJsonResponse() string
func GetOrderTradesJsonResponse ¶
func GetOrderTradesJsonResponse() string
func GetOrdersJsonResponse ¶
func GetOrdersJsonResponse() string
func GetOwnExecutionsJsonResponse ¶
func GetOwnExecutionsJsonResponse() string
func GetProductJsonResponse ¶
func GetProductJsonResponse() string
func GetProductsJsonResponse ¶
func GetProductsJsonResponse() string
func GetTradesJsonResponse ¶
func GetTradesJsonResponse() string
func GetTradesLoansJsonResponse ¶
func GetTradesLoansJsonResponse() string
func GetTradingAccountsJsonResponse ¶
func GetTradingAccountsJsonResponse() string
func GetUpdateALoanJsonResponse ¶
func GetUpdateALoanJsonResponse() string
func GetUpdateLeverageLevelJsonResponse ¶
func GetUpdateLeverageLevelJsonResponse() string
func GetUpdateTradeJsonResponse ¶
func GetUpdateTradeJsonResponse() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.