Class: Quickfix::DiscretionMoveType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DiscretionMoveType
Returns a new instance of DiscretionMoveType.
11407 11408 11409 11410 11411 11412 11413 |
# File 'lib/quickfix_fields.rb', line 11407 def initialize(data = nil) if( data == nil ) super(841) else super(841, data) end end |
Class Method Details
.field ⇒ Object
11404 11405 11406 |
# File 'lib/quickfix_fields.rb', line 11404 def DiscretionMoveType.field return 841 end |