Class: Quickfix::RelatedInstrumentType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RelatedInstrumentType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedInstrumentType
constructor
A new instance of RelatedInstrumentType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RelatedInstrumentType
Returns a new instance of RelatedInstrumentType.
20273 20274 20275 20276 20277 20278 20279 |
# File 'lib/quickfix_fields.rb', line 20273 def initialize(data = nil) if( data == nil ) super(1648) else super(1648, data) end end |
Class Method Details
.field ⇒ Object
20270 20271 20272 |
# File 'lib/quickfix_fields.rb', line 20270 def .field return 1648 end |