Class DiscretionInstructionsBlock
java.lang.Object
com.epam.fix.model.fix50sp2.block.DiscretionInstructionsBlock
- All Implemented Interfaces:
com.epam.fix.model.Block
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setDiscretionInst
(Character value) void
setDiscretionLimitType
(Long value) void
setDiscretionMoveType
(Long value) void
setDiscretionOffsetType
(Long value) void
setDiscretionOffsetValue
(Double value) void
setDiscretionRoundDirection
(Long value) void
setDiscretionScope
(Long value) void
-
Constructor Details
-
DiscretionInstructionsBlock
public DiscretionInstructionsBlock()
-
-
Method Details
-
getDiscretionInst
-
setDiscretionInst
-
getDiscretionOffsetValue
-
setDiscretionOffsetValue
-
getDiscretionMoveType
-
setDiscretionMoveType
-
getDiscretionOffsetType
-
setDiscretionOffsetType
-
getDiscretionLimitType
-
setDiscretionLimitType
-
getDiscretionRoundDirection
-
setDiscretionRoundDirection
-
getDiscretionScope
-
setDiscretionScope
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-