public class PriceLimits
extends quickfix.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) |
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, setUtcTimeStamppublic static final String MSGTYPE
protected int[] getFields()
getFields in class quickfix.MessageComponentprotected int[] getGroupFields()
getGroupFields in class quickfix.MessageComponentpublic void set(PriceLimitType value)
public PriceLimitType get(PriceLimitType value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic PriceLimitType getPriceLimitType() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(PriceLimitType field)
public boolean isSetPriceLimitType()
public void set(LowLimitPrice value)
public LowLimitPrice get(LowLimitPrice value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic LowLimitPrice getLowLimitPrice() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(LowLimitPrice field)
public boolean isSetLowLimitPrice()
public void set(HighLimitPrice value)
public HighLimitPrice get(HighLimitPrice value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic HighLimitPrice getHighLimitPrice() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(HighLimitPrice field)
public boolean isSetHighLimitPrice()
public void set(TradingReferencePrice value)
public TradingReferencePrice get(TradingReferencePrice value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic TradingReferencePrice getTradingReferencePrice() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(TradingReferencePrice field)
public boolean isSetTradingReferencePrice()
Copyright © 2025. All rights reserved.