public class PriceLimits extends MessageComponent
| Constructor and Description |
|---|
PriceLimits() |
| Modifier and Type | Method and Description |
|---|---|
HighLimitPrice |
get(HighLimitPrice value) |
LowLimitPrice |
get(LowLimitPrice value) |
PriceLimitType |
get(PriceLimitType value) |
TradingReferencePrice |
get(TradingReferencePrice value) |
protected int[] |
getFields() |
protected int[] |
getGroupFields() |
HighLimitPrice |
getHighLimitPrice() |
LowLimitPrice |
getLowLimitPrice() |
PriceLimitType |
getPriceLimitType() |
TradingReferencePrice |
getTradingReferencePrice() |
boolean |
isSet(HighLimitPrice field) |
boolean |
isSet(LowLimitPrice field) |
boolean |
isSet(PriceLimitType field) |
boolean |
isSet(TradingReferencePrice field) |
boolean |
isSetHighLimitPrice() |
boolean |
isSetLowLimitPrice() |
boolean |
isSetPriceLimitType() |
boolean |
isSetTradingReferencePrice() |
void |
set(HighLimitPrice value) |
void |
set(LowLimitPrice value) |
void |
set(PriceLimitType value) |
void |
set(TradingReferencePrice value) |
copyFrom, copyToaddGroup, addGroupRef, calculateString, clear, getBoolean, getChar, getChars, getComponent, getDecimal, getDouble, getField, getField, getField, getField, getField, getField, getField, getField, getField, getField, getFieldOrder, getGroup, getGroup, getGroupCount, getGroups, getInt, getOptionalDecimal, getOptionalString, getString, getUtcDateOnly, getUtcTimeOnly, getUtcTimeStamp, groupKeyIterator, hasGroup, hasGroup, hasGroup, hasGroup, indexOf, initializeFrom, isEmpty, isSetField, isSetField, iterator, removeField, removeGroup, removeGroup, removeGroup, removeGroup, replaceGroup, reset, setBoolean, setBytes, setChar, setChars, setComponent, setDecimal, setDecimal, setDouble, setDouble, setField, setField, setField, setField, setField, setField, setField, setField, setField, setField, setField, setFields, setGroupCount, setGroups, setGroups, setInt, setString, setUtcDateOnly, setUtcTimeOnly, setUtcTimeOnly, setUtcTimeOnly, setUtcTimeStamp, setUtcTimeStamp, setUtcTimeStamppublic static final String MSGTYPE
protected int[] getFields()
getFields in class MessageComponentprotected int[] getGroupFields()
getGroupFields in class MessageComponentpublic void set(PriceLimitType value)
public PriceLimitType get(PriceLimitType value) throws FieldNotFound
FieldNotFoundpublic PriceLimitType getPriceLimitType() throws FieldNotFound
FieldNotFoundpublic boolean isSet(PriceLimitType field)
public boolean isSetPriceLimitType()
public void set(LowLimitPrice value)
public LowLimitPrice get(LowLimitPrice value) throws FieldNotFound
FieldNotFoundpublic LowLimitPrice getLowLimitPrice() throws FieldNotFound
FieldNotFoundpublic boolean isSet(LowLimitPrice field)
public boolean isSetLowLimitPrice()
public void set(HighLimitPrice value)
public HighLimitPrice get(HighLimitPrice value) throws FieldNotFound
FieldNotFoundpublic HighLimitPrice getHighLimitPrice() throws FieldNotFound
FieldNotFoundpublic boolean isSet(HighLimitPrice field)
public boolean isSetHighLimitPrice()
public void set(TradingReferencePrice value)
public TradingReferencePrice get(TradingReferencePrice value) throws FieldNotFound
FieldNotFoundpublic TradingReferencePrice getTradingReferencePrice() throws FieldNotFound
FieldNotFoundpublic boolean isSet(TradingReferencePrice field)
public boolean isSetTradingReferencePrice()
Copyright © 2021. All rights reserved.