Class: Quickfix::LastForwardPoints2

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LastForwardPoints2

Returns a new instance of LastForwardPoints2.



8638
8639
8640
8641
8642
8643
8644
# File 'lib/quickfix_fields.rb', line 8638

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

Class Method Details

.fieldObject



8635
8636
8637
# File 'lib/quickfix_fields.rb', line 8635

def LastForwardPoints2.field
  return 641
end