Class: Quickfix::NoStreamAssetAttributes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoStreamAssetAttributes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoStreamAssetAttributes
constructor
A new instance of NoStreamAssetAttributes.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoStreamAssetAttributes
Returns a new instance of NoStreamAssetAttributes.
45298 45299 45300 45301 45302 45303 45304 |
# File 'lib/quickfix_fields.rb', line 45298 def initialize(data = nil) if( data == nil ) super(41237) else super(41237, data) end end |
Class Method Details
.field ⇒ Object
45295 45296 45297 |
# File 'lib/quickfix_fields.rb', line 45295 def NoStreamAssetAttributes.field return 41237 end |