public class OrderQtyData
extends quickfix.MessageComponent
| Constructor and Description |
|---|
OrderQtyData() |
| Modifier and Type | Method and Description |
|---|---|
CashOrderQty |
get(CashOrderQty value) |
OrderPercent |
get(OrderPercent value) |
OrderQty |
get(OrderQty value) |
RoundingDirection |
get(RoundingDirection value) |
RoundingModulus |
get(RoundingModulus value) |
CashOrderQty |
getCashOrderQty() |
protected int[] |
getFields() |
protected int[] |
getGroupFields() |
OrderPercent |
getOrderPercent() |
OrderQty |
getOrderQty() |
RoundingDirection |
getRoundingDirection() |
RoundingModulus |
getRoundingModulus() |
boolean |
isSet(CashOrderQty field) |
boolean |
isSet(OrderPercent field) |
boolean |
isSet(OrderQty field) |
boolean |
isSet(RoundingDirection field) |
boolean |
isSet(RoundingModulus field) |
boolean |
isSetCashOrderQty() |
boolean |
isSetOrderPercent() |
boolean |
isSetOrderQty() |
boolean |
isSetRoundingDirection() |
boolean |
isSetRoundingModulus() |
void |
set(CashOrderQty value) |
void |
set(OrderPercent value) |
void |
set(OrderQty value) |
void |
set(RoundingDirection value) |
void |
set(RoundingModulus 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(OrderQty value)
public OrderQty get(OrderQty value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic OrderQty getOrderQty() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(OrderQty field)
public boolean isSetOrderQty()
public void set(CashOrderQty value)
public CashOrderQty get(CashOrderQty value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic CashOrderQty getCashOrderQty() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(CashOrderQty field)
public boolean isSetCashOrderQty()
public void set(OrderPercent value)
public OrderPercent get(OrderPercent value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic OrderPercent getOrderPercent() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(OrderPercent field)
public boolean isSetOrderPercent()
public void set(RoundingDirection value)
public RoundingDirection get(RoundingDirection value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic RoundingDirection getRoundingDirection() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(RoundingDirection field)
public boolean isSetRoundingDirection()
public void set(RoundingModulus value)
public RoundingModulus get(RoundingModulus value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic RoundingModulus getRoundingModulus() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(RoundingModulus field)
public boolean isSetRoundingModulus()
Copyright © 2021. All rights reserved.