Method: Quickfix::DerivativeInstrumentPartyID#initialize

Defined in:
lib/quickfix_fields.rb

#initialize(data = nil) ⇒ DerivativeInstrumentPartyID

Returns a new instance of DerivativeInstrumentPartyID.



17673
17674
17675
17676
17677
17678
17679
# File 'lib/quickfix_fields.rb', line 17673

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