Class: Quickfix::OrderEventType

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



23484
23485
23486
23487
23488
23489
23490
# File 'lib/quickfix_fields.rb', line 23484

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

Class Method Details

.fieldObject



23481
23482
23483
# File 'lib/quickfix_fields.rb', line 23481

def OrderEventType.field
  return 1796
end