Class: Quickfix::NoDerivativeInstrumentParties

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoDerivativeInstrumentParties

Returns a new instance of NoDerivativeInstrumentParties.



6116
6117
6118
6119
6120
6121
6122
# File 'lib/quickfix_fields.rb', line 6116

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

Class Method Details

.fieldObject



6113
6114
6115
# File 'lib/quickfix_fields.rb', line 6113

def NoDerivativeInstrumentParties.field
	return 1292
end