Class: Quickfix::DiscretionMoveType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DiscretionMoveType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DiscretionMoveType
constructor
A new instance of DiscretionMoveType.
Constructor Details
#initialize(data = nil) ⇒ DiscretionMoveType
Returns a new instance of DiscretionMoveType.
6727 6728 6729 6730 6731 6732 6733 |
# File 'lib/quickfix_fields.rb', line 6727 def initialize(data = nil) if( data == nil ) super(841) else super(841, data) end end |
Class Method Details
.field ⇒ Object
6724 6725 6726 |
# File 'lib/quickfix_fields.rb', line 6724 def DiscretionMoveType.field return 841 end |