Class: Quickfix::NoDerivativeEvents

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoDerivativeEvents

Returns a new instance of NoDerivativeEvents.



8118
8119
8120
8121
8122
8123
8124
# File 'lib/quickfix_fields.rb', line 8118

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

Class Method Details

.fieldObject



8115
8116
8117
# File 'lib/quickfix_fields.rb', line 8115

def NoDerivativeEvents.field
	return 1286
end