public class ContractPosition extends Object
| Constructor and Description |
|---|
ContractPosition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountTaxType() |
String |
getContractId() |
String |
getMarginType() |
String |
getMarketValue() |
String |
getQty() |
String |
getTotalCost() |
String |
getUnrealizedProfitLoss() |
void |
setAccountTaxType(String accountTaxType) |
void |
setContractId(String contractId) |
void |
setMarginType(String marginType) |
void |
setMarketValue(String marketValue) |
void |
setQty(String qty) |
void |
setTotalCost(String totalCost) |
void |
setUnrealizedProfitLoss(String unrealizedProfitLoss) |
String |
toString() |
public String getContractId()
public void setContractId(String contractId)
public String getQty()
public void setQty(String qty)
public String getTotalCost()
public void setTotalCost(String totalCost)
public String getUnrealizedProfitLoss()
public void setUnrealizedProfitLoss(String unrealizedProfitLoss)
public String getMarketValue()
public void setMarketValue(String marketValue)
public String getMarginType()
public void setMarginType(String marginType)
public String getAccountTaxType()
public void setAccountTaxType(String accountTaxType)
Copyright © 2025 Webull. All rights reserved.