Package com.longbridge.grid
Class GridSymbolInfo
- java.lang.Object
-
- com.longbridge.grid.GridSymbolInfo
-
public class GridSymbolInfo extends Object
Security (symbol) info used to build a grid order
-
-
Constructor Summary
Constructors Constructor Description GridSymbolInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GridBidSize[]getBidSizes()Returns bidSizes.BigDecimalgetBuyLotSize()Returns buyLotSize.GridChannelInfogetChannelInfo()Returns channelInfo.BigDecimalgetLastDone()Returns lastDone.BigDecimalgetLotSize()Returns lotSize.StringgetName()Returns name.BigDecimalgetSellLotSize()Returns sellLotSize.StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
Returns name.- Returns:
- name
-
getLastDone
public BigDecimal getLastDone()
Returns lastDone.- Returns:
- lastDone
-
getLotSize
public BigDecimal getLotSize()
Returns lotSize.- Returns:
- lotSize
-
getBuyLotSize
public BigDecimal getBuyLotSize()
Returns buyLotSize.- Returns:
- buyLotSize
-
getSellLotSize
public BigDecimal getSellLotSize()
Returns sellLotSize.- Returns:
- sellLotSize
-
getBidSizes
public GridBidSize[] getBidSizes()
Returns bidSizes.- Returns:
- bidSizes
-
getChannelInfo
public GridChannelInfo getChannelInfo()
Returns channelInfo.- Returns:
- channelInfo
-
-