EstimateMaxPurchaseQuantityResponse
struct EstimateMaxPurchaseQuantityResponse
Response for estimate maximum purchase quantity
Fields
Cash available quantity
Cash available quantity
Cash available quantity
Margin available quantity
Margin available quantity
Margin available quantity
Methods
new
pub fn new(inner: EstimateMaxPurchaseQuantityResponse): EstimateMaxPurchaseQuantityResponse
[src]
fn new(inner: _EstimateMaxPurchaseQuantityResponse): EstimateMaxPurchaseQuantityResponse {
return EstimateMaxPurchaseQuantityResponse {
cash_max_qty: inner.cash_max_qty,
margin_max_qty: inner.margin_max_qty,
};
}
new
pub fn new(inner: EstimateMaxPurchaseQuantityResponse): EstimateMaxPurchaseQuantityResponse
[src]
fn new(inner: _EstimateMaxPurchaseQuantityResponse): EstimateMaxPurchaseQuantityResponse {
return EstimateMaxPurchaseQuantityResponse {
cash_max_qty: inner.cash_max_qty,
margin_max_qty: inner.margin_max_qty,
};
}