Class: Quickfix::OrderEventExecID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ OrderEventExecID

Returns a new instance of OrderEventExecID.



23497
23498
23499
23500
23501
23502
23503
# File 'lib/quickfix_fields.rb', line 23497

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

Class Method Details

.fieldObject



23494
23495
23496
# File 'lib/quickfix_fields.rb', line 23494

def OrderEventExecID.field
  return 1797
end