Class: Quickfix::NoDerivativeInstrumentParties

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoDerivativeInstrumentParties

Returns a new instance of NoDerivativeInstrumentParties.



17153
17154
17155
17156
17157
17158
17159
# File 'lib/quickfix_fields.rb', line 17153

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