public class OrderLeg extends ContractLeg
| 构造器和说明 |
|---|
OrderLeg() |
| 限定符和类型 | 方法和说明 |
|---|---|
Double |
getAvgFilledPrice() |
Long |
getCreatedAt() |
String |
getCurrency() |
Double |
getFilledQuantity() |
String |
getMarket() |
Integer |
getMultiplier() |
Double |
getTotalQuantity() |
Long |
getUpdatedAt() |
void |
setAvgFilledPrice(Double avgFilledPrice) |
void |
setCreatedAt(Long createdAt) |
void |
setCurrency(String currency) |
void |
setFilledQuantity(Double filledQuantity) |
void |
setMarket(String market) |
void |
setMultiplier(Integer multiplier) |
void |
setTotalQuantity(Double totalQuantity) |
void |
setUpdatedAt(Long updatedAt) |
getAction, getExpiry, getRatio, getRight, getSecType, getStrike, getSymbol, setAction, setExpiry, setRatio, setRight, setSecType, setStrike, setSymbolpublic String getMarket()
public void setMarket(String market)
public String getCurrency()
public void setCurrency(String currency)
public Integer getMultiplier()
public void setMultiplier(Integer multiplier)
public Double getTotalQuantity()
public void setTotalQuantity(Double totalQuantity)
public Double getFilledQuantity()
public void setFilledQuantity(Double filledQuantity)
public Double getAvgFilledPrice()
public void setAvgFilledPrice(Double avgFilledPrice)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
Copyright © 2025. All rights reserved.