Class: Quickfix::AssetGroup
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AssetGroup
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AssetGroup
constructor
A new instance of AssetGroup.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AssetGroup
Returns a new instance of AssetGroup.
61158 61159 61160 61161 61162 61163 61164 |
# File 'lib/quickfix_fields.rb', line 61158 def initialize(data = nil) if( data == nil ) super(2210) else super(2210, data) end end |
Class Method Details
.field ⇒ Object
61155 61156 61157 |
# File 'lib/quickfix_fields.rb', line 61155 def AssetGroup.field return 2210 end |