Class: Quickfix::LegAssetGroup
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegAssetGroup
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAssetGroup
constructor
A new instance of LegAssetGroup.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegAssetGroup
Returns a new instance of LegAssetGroup.
61171 61172 61173 61174 61175 61176 61177 |
# File 'lib/quickfix_fields.rb', line 61171 def initialize(data = nil) if( data == nil ) super(2348) else super(2348, data) end end |
Class Method Details
.field ⇒ Object
61168 61169 61170 |
# File 'lib/quickfix_fields.rb', line 61168 def LegAssetGroup.field return 2348 end |