Module coinbase_client::private_client[][src]

Structs

Account

A structure that repersents an Account

AccountHistory

A structure that repersents an Account History

AccountHistoryDetails

A structure that repersents Account History Details

DepositInfo

A structure that repersents Deposit Info

Fees

A structure that represents your current maker & taker fee rates, as well as your 30-day trailing volume

Fill

A structure that repersents a Fill

Hold

A structure that repersents an Account Hold

Order

A OrderBuilder should be used to create a Order with custom configuration.

OrderBuilder

A OrderBuilder can be used to create a Order with custom configuration.
Confiuguration parameters details can be found here

OrderInfo

A structure that repersents Order Info

PrivateClient

PrivateClient requires authentication and provide access to placing orders and other account information

Profile

A structure represents a single profile

Report

A structure that repersents a Report

ReportBuilder

A ReportBuilder can be used to create a Report with custom configuration.

ReportInfo

A structure that repersents Report Info

ReportParams

A structure that repersents Report Info Params

StablecoinConversion

A structure that repersents a Stablecoin Conversion

WithdrawInfo

A structure that repersents Withdraw Info

Enums

CancelAfter
Format

Type of report

OrderSide

Buy or Sell Order

OrderStatus

Limit list of orders to these statuses. Passing OpenActivePending returns orders of all statuses.

OrderStop

Loss triggers when the last trade price changes to a value at or below the stop_price.
Entry triggers when the last trade price changes to a value at or above the stop_price.

SelfTradePrevention

Used to change the self-trade behavior

SizeOrFunds

Size or Funds of Currency

TimeInForce

Traits

AccountReportOptions

Account only builder options

FillsReportOptions

Fills only builder options

LimitOptions

Builder options for Limit Orders

SharedOptions

‘SharedOptions’ options can be used with market, limit and stop order types

SharedReportOptions

Fills and account builder options