Class: Quickfix::UnderlyingInstrumentPartyID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingInstrumentPartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingInstrumentPartyID
constructor
A new instance of UnderlyingInstrumentPartyID.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingInstrumentPartyID
Returns a new instance of UnderlyingInstrumentPartyID.
4803 4804 4805 4806 4807 4808 4809 |
# File 'lib/quickfix_fields.rb', line 4803 def initialize(data = nil) if( data == nil ) super(1059) else super(1059, data) end end |
Class Method Details
.field ⇒ Object
4800 4801 4802 |
# File 'lib/quickfix_fields.rb', line 4800 def UnderlyingInstrumentPartyID.field return 1059 end |