Class: Quickfix::LegInstrumentPartyRoleQualifier

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegInstrumentPartyRoleQualifier

Returns a new instance of LegInstrumentPartyRoleQualifier.



57388
57389
57390
57391
57392
57393
57394
# File 'lib/quickfix_fields.rb', line 57388

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