pub type GetAccountSummaryResponse = GetAccountSummaryResponse200Body;

Aliased Type§

struct GetAccountSummaryResponse {
    pub account: Option<AccountSummary>,
    pub last_transaction_id: Option<String>,
}

Fields§

§account: Option<AccountSummary>

A summary representation of a client’s Account. The AccountSummary does not provide to full specification of pending Orders, open Trades and Positions.

§last_transaction_id: Option<String>

The ID of the most recent Transaction created for the Account. format: String representation of the numerical OANDA-assigned TransactionID