pub struct SummaryOfAccountMarginResponseCryptoAtPaxos {
pub prdctd_pst_xpry_mrgn_opn: Option<String>,
pub prjctd_lk_ahd_mntnnc_mrgn: Option<String>,
pub prjctd_ovrnght_mntnnc_mrgn: Option<String>,
pub current_initial: Option<String>,
pub current_maint: Option<String>,
pub projected_liquidity_inital_margin: Option<String>,
pub projected_overnight_initial_margin: Option<String>,
}Fields§
§prdctd_pst_xpry_mrgn_opn: Option<String>Provides a projected “at expiration” margin value based on the soon-to-expire contracts in your portfolio.
prjctd_lk_ahd_mntnnc_mrgn: Option<String>If it is 3:00 pm ET, the next calculation you’re looking ahead to is after the close, or the Overnight Initial Margin. If it’s 3:00 am ET, the next calculation will be at the market’s open.
Securities– Projected maintenance margin requirement as of next period’s margin change, in the base currency of the account.Commodities– Maintenance margin requirement as of next period’s margin change in the base currency of the account based on current margin requirements, which are subject to change. This value depends on when you are viewing your margin requirements.
prjctd_ovrnght_mntnnc_mrgn: Option<String>Overnight refers to the window of time after the local market trading day is closed.
Securities– Projected overnight maintenance margin requirement in the base currency of the account.Commodities– Overnight maintenance margin requirement in the base currency of the account based on current margin requirements, which are subject to change.
current_initial: Option<String>The minimum amount required to open a new position.
current_maint: Option<String>The amount of equity required to maintain your positions.
projected_liquidity_inital_margin: Option<String>Provides a projected “liquid” initial margin value based on account liquidation value.
projected_overnight_initial_margin: Option<String>Overnight refers to the window of time after the local market trading day is closed.
- Securities – Projected overnight initial margin requirement in the base currency of the account.
- Commodities – Overnight initial margin requirement in the base currency of the account based on current margin requirements, which are subject to change.
Trait Implementations§
Source§impl Clone for SummaryOfAccountMarginResponseCryptoAtPaxos
impl Clone for SummaryOfAccountMarginResponseCryptoAtPaxos
Source§fn clone(&self) -> SummaryOfAccountMarginResponseCryptoAtPaxos
fn clone(&self) -> SummaryOfAccountMarginResponseCryptoAtPaxos
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for SummaryOfAccountMarginResponseCryptoAtPaxos
impl<'de> Deserialize<'de> for SummaryOfAccountMarginResponseCryptoAtPaxos
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SummaryOfAccountMarginResponseCryptoAtPaxos
impl PartialEq for SummaryOfAccountMarginResponseCryptoAtPaxos
Source§fn eq(&self, other: &SummaryOfAccountMarginResponseCryptoAtPaxos) -> bool
fn eq(&self, other: &SummaryOfAccountMarginResponseCryptoAtPaxos) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SummaryOfAccountMarginResponseCryptoAtPaxos
Auto Trait Implementations§
impl Freeze for SummaryOfAccountMarginResponseCryptoAtPaxos
impl RefUnwindSafe for SummaryOfAccountMarginResponseCryptoAtPaxos
impl Send for SummaryOfAccountMarginResponseCryptoAtPaxos
impl Sync for SummaryOfAccountMarginResponseCryptoAtPaxos
impl Unpin for SummaryOfAccountMarginResponseCryptoAtPaxos
impl UnsafeUnpin for SummaryOfAccountMarginResponseCryptoAtPaxos
impl UnwindSafe for SummaryOfAccountMarginResponseCryptoAtPaxos
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
§impl<T> ServiceExt for T
impl<T> ServiceExt for T
§fn trace_for_http(self) -> Trace<Self, SharedClassifier<ServerErrorsAsFailures>>where
Self: Sized,
fn trace_for_http(self) -> Trace<Self, SharedClassifier<ServerErrorsAsFailures>>where
Self: Sized,
High level tracing that classifies responses using HTTP status codes. Read more
§fn trace_for_grpc(self) -> Trace<Self, SharedClassifier<GrpcErrorsAsFailures>>where
Self: Sized,
fn trace_for_grpc(self) -> Trace<Self, SharedClassifier<GrpcErrorsAsFailures>>where
Self: Sized,
High level tracing that classifies responses using gRPC headers. Read more
§fn follow_redirects(self) -> FollowRedirect<Self>where
Self: Sized,
fn follow_redirects(self) -> FollowRedirect<Self>where
Self: Sized,
§fn set_request_id<M>(
self,
header_name: HeaderName,
make_request_id: M,
) -> SetRequestId<Self, M>where
Self: Sized,
M: MakeRequestId,
fn set_request_id<M>(
self,
header_name: HeaderName,
make_request_id: M,
) -> SetRequestId<Self, M>where
Self: Sized,
M: MakeRequestId,
Add request id header and extension. Read more
§fn set_x_request_id<M>(self, make_request_id: M) -> SetRequestId<Self, M>where
Self: Sized,
M: MakeRequestId,
fn set_x_request_id<M>(self, make_request_id: M) -> SetRequestId<Self, M>where
Self: Sized,
M: MakeRequestId,
Add request id header and extension, using
x-request-id as the header name. Read more§fn propagate_request_id(
self,
header_name: HeaderName,
) -> PropagateRequestId<Self>where
Self: Sized,
fn propagate_request_id(
self,
header_name: HeaderName,
) -> PropagateRequestId<Self>where
Self: Sized,
Propgate request ids from requests to responses. Read more
§fn propagate_x_request_id(self) -> PropagateRequestId<Self>where
Self: Sized,
fn propagate_x_request_id(self) -> PropagateRequestId<Self>where
Self: Sized,
Propgate request ids from requests to responses, using
x-request-id as the header name. Read more§fn request_body_limit(self, limit: usize) -> RequestBodyLimit<Self>where
Self: Sized,
fn request_body_limit(self, limit: usize) -> RequestBodyLimit<Self>where
Self: Sized,
Intercept requests with over-sized payloads and convert them into
413 Payload Too Large responses. Read more