Class: Quickfix::UnderlyingInstrumentXID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingInstrumentXID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingInstrumentXID
constructor
A new instance of UnderlyingInstrumentXID.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingInstrumentXID
Returns a new instance of UnderlyingInstrumentXID.
72455 72456 72457 72458 72459 72460 72461 |
# File 'lib/quickfix_fields.rb', line 72455 def initialize(data = nil) if( data == nil ) super(2631) else super(2631, data) end end |