Class: Quickfix::InstrumentPartyRoleQualifier

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InstrumentPartyRoleQualifier

Returns a new instance of InstrumentPartyRoleQualifier.



57375
57376
57377
57378
57379
57380
57381
# File 'lib/quickfix_fields.rb', line 57375

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