Class: Quickfix::DiscretionOffsetType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DiscretionOffsetType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DiscretionOffsetType
constructor
A new instance of DiscretionOffsetType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DiscretionOffsetType
Returns a new instance of DiscretionOffsetType.
11420 11421 11422 11423 11424 11425 11426 |
# File 'lib/quickfix_fields.rb', line 11420 def initialize(data = nil) if( data == nil ) super(842) else super(842, data) end end |
Class Method Details
.field ⇒ Object
11417 11418 11419 |
# File 'lib/quickfix_fields.rb', line 11417 def DiscretionOffsetType.field return 842 end |