Class: Quickfix::UnderlyingInstrumentPartyRole
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingInstrumentPartyRole
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingInstrumentPartyRole
constructor
A new instance of UnderlyingInstrumentPartyRole.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingInstrumentPartyRole
Returns a new instance of UnderlyingInstrumentPartyRole.
18817 18818 18819 18820 18821 18822 18823 |
# File 'lib/quickfix_fields.rb', line 18817 def initialize(data = nil) if( data == nil ) super(1061) else super(1061, data) end end |