Class: Quickfix::UnderlyingInstrumentPartyRole

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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