Class: Quickfix::LegSecondaryAssetClass
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegSecondaryAssetClass
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecondaryAssetClass
constructor
A new instance of LegSecondaryAssetClass.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegSecondaryAssetClass
Returns a new instance of LegSecondaryAssetClass.
27189 27190 27191 27192 27193 27194 27195 |
# File 'lib/quickfix_fields.rb', line 27189 def initialize(data = nil) if( data == nil ) super(2077) else super(2077, data) end end |
Class Method Details
.field ⇒ Object
27186 27187 27188 |
# File 'lib/quickfix_fields.rb', line 27186 def LegSecondaryAssetClass.field return 2077 end |