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, copyTo
addGroup, 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, setUtcTimeStamp
public static final String MSGTYPE
protected int[] getFields()
getFields
in class MessageComponent
protected int[] getGroupFields()
getGroupFields
in class MessageComponent
public void set(PriceLimitType value)
public PriceLimitType get(PriceLimitType value) throws FieldNotFound
FieldNotFound
public PriceLimitType getPriceLimitType() throws FieldNotFound
FieldNotFound
public boolean isSet(PriceLimitType field)
public boolean isSetPriceLimitType()
public void set(LowLimitPrice value)
public LowLimitPrice get(LowLimitPrice value) throws FieldNotFound
FieldNotFound
public LowLimitPrice getLowLimitPrice() throws FieldNotFound
FieldNotFound
public boolean isSet(LowLimitPrice field)
public boolean isSetLowLimitPrice()
public void set(HighLimitPrice value)
public HighLimitPrice get(HighLimitPrice value) throws FieldNotFound
FieldNotFound
public HighLimitPrice getHighLimitPrice() throws FieldNotFound
FieldNotFound
public boolean isSet(HighLimitPrice field)
public boolean isSetHighLimitPrice()
public void set(TradingReferencePrice value)
public TradingReferencePrice get(TradingReferencePrice value) throws FieldNotFound
FieldNotFound
public TradingReferencePrice getTradingReferencePrice() throws FieldNotFound
FieldNotFound
public boolean isSet(TradingReferencePrice field)
public boolean isSetTradingReferencePrice()
Copyright © 2021. All rights reserved.