Class: Quickfix::NoLegAssetAttributes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegAssetAttributes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegAssetAttributes
constructor
A new instance of NoLegAssetAttributes.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegAssetAttributes
Returns a new instance of NoLegAssetAttributes.
46624 46625 46626 46627 46628 46629 46630 |
# File 'lib/quickfix_fields.rb', line 46624 def initialize(data = nil) if( data == nil ) super(2308) else super(2308, data) end end |
Class Method Details
.field ⇒ Object
46621 46622 46623 |
# File 'lib/quickfix_fields.rb', line 46621 def NoLegAssetAttributes.field return 2308 end |