Class: Quickfix::DerivativeInstrumentPartyRoleQualifier

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeInstrumentPartyRoleQualifier

Returns a new instance of DerivativeInstrumentPartyRoleQualifier.



57362
57363
57364
57365
57366
57367
57368
# File 'lib/quickfix_fields.rb', line 57362

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