Package com.epam.fix.model.fix40.message
Class Allocation
java.lang.Object
com.epam.fix.model.fix40.message.Allocation
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
class
class
class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getAvgPx()
int
int
int
int
getSide()
getText()
void
setAllocID
(Long value) void
void
setAllocTransType
(String value) void
setAvgPrxPrecision
(Long value) void
void
setCurrency
(String value) void
void
setFutSettDate
(Calendar value) void
void
setIDSource
(String value) void
void
void
setNetMoney
(Double value) void
setNoAllocs
(int value) void
setNoExecs
(int value) void
setNoMiscFees
(int value) void
setNoOrders
(int value) void
setOpenClose
(String value) void
void
setRefAllocID
(Long value) void
setSecurityDesc
(String value) void
setSecurityID
(String value) void
setSettlCurrAmt
(Double value) void
setSettlCurrency
(String value) void
setSettlmntTyp
(String value) void
void
void
void
setSymbolSfx
(String value) void
void
setTradeDate
(Calendar value) void
setTrailer
(SMTBlock value) void
setTransactTime
(String value) void
-
Constructor Details
-
Allocation
public Allocation()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getAllocID
-
setAllocID
-
getAllocTransType
-
setAllocTransType
-
getRefAllocID
-
setRefAllocID
-
getNoOrders
public int getNoOrders() -
setNoOrders
public void setNoOrders(int value) -
getOrdersGroup
-
setOrdersGroup
-
getNoExecs
public int getNoExecs() -
setNoExecs
public void setNoExecs(int value) -
getExecsGroup
-
setExecsGroup
-
getSide
-
setSide
-
getSymbol
-
setSymbol
-
getSymbolSfx
-
setSymbolSfx
-
getSecurityID
-
setSecurityID
-
getIDSource
-
setIDSource
-
getIssuer
-
setIssuer
-
getSecurityDesc
-
setSecurityDesc
-
getAvgPx
-
setAvgPx
-
getCurrency
-
setCurrency
-
getAvgPrxPrecision
-
setAvgPrxPrecision
-
getTradeDate
-
setTradeDate
-
getTransactTime
-
setTransactTime
-
getSettlmntTyp
-
setSettlmntTyp
-
getFutSettDate
-
setFutSettDate
-
getNetMoney
-
setNetMoney
-
getNoMiscFees
public int getNoMiscFees() -
setNoMiscFees
public void setNoMiscFees(int value) -
getMiscFeesGroup
-
setMiscFeesGroup
-
getSettlCurrAmt
-
setSettlCurrAmt
-
getSettlCurrency
-
setSettlCurrency
-
getOpenClose
-
setOpenClose
-
getText
-
setText
-
getNoAllocs
public int getNoAllocs() -
setNoAllocs
public void setNoAllocs(int value) -
getAllocsGroup
-
setAllocsGroup
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-