Package com.epam.fix.model.fix50.block
Class DisplayInstructionBlock
java.lang.Object
com.epam.fix.model.fix50.block.DisplayInstructionBlock
- All Implemented Interfaces:
com.epam.fix.model.Block
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setDisplayHighQty
(Double value) void
setDisplayLowQty
(Double value) void
setDisplayMethod
(Character value) void
setDisplayMinIncr
(Double value) void
setDisplayQty
(Double value) void
setDisplayWhen
(Character value) void
setRefreshQty
(Double value) void
setSecondaryDisplayQty
(Double value) void
-
Constructor Details
-
DisplayInstructionBlock
public DisplayInstructionBlock()
-
-
Method Details
-
getDisplayQty
-
setDisplayQty
-
getSecondaryDisplayQty
-
setSecondaryDisplayQty
-
getDisplayWhen
-
setDisplayWhen
-
getDisplayMethod
-
setDisplayMethod
-
getDisplayLowQty
-
setDisplayLowQty
-
getDisplayHighQty
-
setDisplayHighQty
-
getDisplayMinIncr
-
setDisplayMinIncr
-
getRefreshQty
-
setRefreshQty
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-