Class: Quickfix::LegRepurchaseTerm

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

Returns a new instance of LegRepurchaseTerm.



6064
6065
6066
6067
6068
6069
6070
# File 'lib/quickfix_fields.rb', line 6064

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

Class Method Details

.fieldObject



6061
6062
6063
# File 'lib/quickfix_fields.rb', line 6061

def LegRepurchaseTerm.field
  return 251
end