Class: Quickfix::NoAssetAttributes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoAssetAttributes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoAssetAttributes
constructor
A new instance of NoAssetAttributes.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoAssetAttributes
Returns a new instance of NoAssetAttributes.
40618 40619 40620 40621 40622 40623 40624 |
# File 'lib/quickfix_fields.rb', line 40618 def initialize(data = nil) if( data == nil ) super(2304) else super(2304, data) end end |
Class Method Details
.field ⇒ Object
40615 40616 40617 |
# File 'lib/quickfix_fields.rb', line 40615 def NoAssetAttributes.field return 2304 end |