Class: Quickfix::UnderlyingInstrumentPartyRoleQualifier

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingInstrumentPartyRoleQualifier

Returns a new instance of UnderlyingInstrumentPartyRoleQualifier.



57518
57519
57520
57521
57522
57523
57524
# File 'lib/quickfix_fields.rb', line 57518

def initialize(data = nil)
  if( data == nil )
    super(2391)
  else
    super(2391, data)
  end
end