Class: Quickfix::NoLegProvisions

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



33117
33118
33119
33120
33121
33122
33123
# File 'lib/quickfix_fields.rb', line 33117

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

Class Method Details

.fieldObject



33114
33115
33116
# File 'lib/quickfix_fields.rb', line 33114

def NoLegProvisions.field
  return 40448
end