Class: Quickfix::LegSecondaryAssetSubClass
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegSecondaryAssetSubClass
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecondaryAssetSubClass
constructor
A new instance of LegSecondaryAssetSubClass.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegSecondaryAssetSubClass
27202 27203 27204 27205 27206 27207 27208 |
# File 'lib/quickfix_fields.rb', line 27202 def initialize(data = nil) if( data == nil ) super(2078) else super(2078, data) end end |
Class Method Details
.field ⇒ Object
27199 27200 27201 |
# File 'lib/quickfix_fields.rb', line 27199 def LegSecondaryAssetSubClass.field return 2078 end |