Class: Quickfix::UnderlyingInstrumentPartySubID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingInstrumentPartySubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingInstrumentPartySubID
constructor
A new instance of UnderlyingInstrumentPartySubID.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingInstrumentPartySubID
Returns a new instance of UnderlyingInstrumentPartySubID.
17764 17765 17766 17767 17768 17769 17770 |
# File 'lib/quickfix_fields.rb', line 17764 def initialize(data = nil) if( data == nil ) super(1063) else super(1063, data) end end |
Class Method Details
.field ⇒ Object
17761 17762 17763 |
# File 'lib/quickfix_fields.rb', line 17761 def UnderlyingInstrumentPartySubID.field return 1063 end |