Class: Quickfix::NoLegEvents

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

Returns a new instance of NoLegEvents.



26955
26956
26957
26958
26959
26960
26961
# File 'lib/quickfix_fields.rb', line 26955

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

Class Method Details

.fieldObject



26952
26953
26954
# File 'lib/quickfix_fields.rb', line 26952

def NoLegEvents.field
  return 2059
end