Class: Quickfix::NoUnderlyingStreamAssetAttributes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingStreamAssetAttributes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingStreamAssetAttributes
constructor
A new instance of NoUnderlyingStreamAssetAttributes.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingStreamAssetAttributes
Returns a new instance of NoUnderlyingStreamAssetAttributes.
53475 53476 53477 53478 53479 53480 53481 |
# File 'lib/quickfix_fields.rb', line 53475 def initialize(data = nil) if( data == nil ) super(41800) else super(41800, data) end end |
Class Method Details
.field ⇒ Object
53472 53473 53474 |
# File 'lib/quickfix_fields.rb', line 53472 def .field return 41800 end |