Class: Quickfix::DerivativeInstrumentPartyIDSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeInstrumentPartyIDSource

Returns a new instance of DerivativeInstrumentPartyIDSource.



17179
17180
17181
17182
17183
17184
17185
# File 'lib/quickfix_fields.rb', line 17179

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