Class: Quickfix::DerivativeInstrumentPartyID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeInstrumentPartyID

Returns a new instance of DerivativeInstrumentPartyID.



17166
17167
17168
17169
17170
17171
17172
# File 'lib/quickfix_fields.rb', line 17166

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