Class: Quickfix::LegCPProgram

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

Returns a new instance of LegCPProgram.



43244
43245
43246
43247
43248
43249
43250
# File 'lib/quickfix_fields.rb', line 43244

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

Class Method Details

.fieldObject



43241
43242
43243
# File 'lib/quickfix_fields.rb', line 43241

def LegCPProgram.field
  return 2207
end