Class: Quickfix::NoUnderlyingAssetAttributes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingAssetAttributes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingAssetAttributes
constructor
A new instance of NoUnderlyingAssetAttributes.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingAssetAttributes
Returns a new instance of NoUnderlyingAssetAttributes.
51980 51981 51982 51983 51984 51985 51986 |
# File 'lib/quickfix_fields.rb', line 51980 def initialize(data = nil) if( data == nil ) super(2312) else super(2312, data) end end |
Class Method Details
.field ⇒ Object
51977 51978 51979 |
# File 'lib/quickfix_fields.rb', line 51977 def .field return 2312 end |