Class: Quickfix::NoDerivativeEvents

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoDerivativeEvents

Returns a new instance of NoDerivativeEvents.



17075
17076
17077
17078
17079
17080
17081
# File 'lib/quickfix_fields.rb', line 17075

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

Class Method Details

.fieldObject



17072
17073
17074
# File 'lib/quickfix_fields.rb', line 17072

def NoDerivativeEvents.field
  return 1286
end