Class: Quickfix::UnderlyingAssetGroup
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingAssetGroup
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingAssetGroup
constructor
A new instance of UnderlyingAssetGroup.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingAssetGroup
Returns a new instance of UnderlyingAssetGroup.
61587 61588 61589 61590 61591 61592 61593 |
# File 'lib/quickfix_fields.rb', line 61587 def initialize(data = nil) if( data == nil ) super(2491) else super(2491, data) end end |
Class Method Details
.field ⇒ Object
61584 61585 61586 |
# File 'lib/quickfix_fields.rb', line 61584 def .field return 2491 end |