Class: Quickfix::NoOrderEvents

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) ⇒ NoOrderEvents

Returns a new instance of NoOrderEvents.



23471
23472
23473
23474
23475
23476
23477
# File 'lib/quickfix_fields.rb', line 23471

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

Class Method Details

.fieldObject



23468
23469
23470
# File 'lib/quickfix_fields.rb', line 23468

def NoOrderEvents.field
  return 1795
end