Class: Quickfix::UnderlyingAssetSubClass
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingAssetSubClass
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingAssetSubClass
constructor
A new instance of UnderlyingAssetSubClass.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingAssetSubClass
Returns a new instance of UnderlyingAssetSubClass.
26370 26371 26372 26373 26374 26375 26376 |
# File 'lib/quickfix_fields.rb', line 26370 def initialize(data = nil) if( data == nil ) super(2014) else super(2014, data) end end |
Class Method Details
.field ⇒ Object
26367 26368 26369 |
# File 'lib/quickfix_fields.rb', line 26367 def UnderlyingAssetSubClass.field return 2014 end |