Class: Quickfix::NoLegStreamAssetAttributes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegStreamAssetAttributes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegStreamAssetAttributes
constructor
A new instance of NoLegStreamAssetAttributes.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegStreamAssetAttributes
Returns a new instance of NoLegStreamAssetAttributes.
48574 48575 48576 48577 48578 48579 48580 |
# File 'lib/quickfix_fields.rb', line 48574 def initialize(data = nil) if( data == nil ) super(41452) else super(41452, data) end end |
Class Method Details
.field ⇒ Object
48571 48572 48573 |
# File 'lib/quickfix_fields.rb', line 48571 def NoLegStreamAssetAttributes.field return 41452 end |