Class: Quickfix::LegTerminationType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegTerminationType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegTerminationType
constructor
A new instance of LegTerminationType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegTerminationType
Returns a new instance of LegTerminationType.
61535 61536 61537 61538 61539 61540 61541 |
# File 'lib/quickfix_fields.rb', line 61535 def initialize(data = nil) if( data == nil ) super(2514) else super(2514, data) end end |
Class Method Details
.field ⇒ Object
61532 61533 61534 |
# File 'lib/quickfix_fields.rb', line 61532 def LegTerminationType.field return 2514 end |