Class: Quickfix::RelatedInstrumentType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RelatedInstrumentType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedInstrumentType
constructor
A new instance of RelatedInstrumentType.
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 |