Class InstrumentLegBlock
java.lang.Object
com.epam.fix.meffmodel.fix50sp2.block.InstrumentLegBlock
- All Implemented Interfaces:
com.epam.fix.model.Block
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setLegPrice
(Double value) void
setLegRatioQty
(Double value) void
setLegSide
(Character value) void
setLegSymbol
(String value) void
-
Constructor Details
-
InstrumentLegBlock
public InstrumentLegBlock()
-
-
Method Details
-
getLegSymbol
-
setLegSymbol
-
getLegRatioQty
-
setLegRatioQty
-
getLegSide
-
setLegSide
-
getLegPrice
-
setLegPrice
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-