Class: Quickfix::LastForwardPoints2

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LastForwardPoints2



6831
6832
6833
6834
6835
6836
6837
# File 'lib/quickfix_fields.rb', line 6831

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

Class Method Details

.fieldObject



6828
6829
6830
# File 'lib/quickfix_fields.rb', line 6828

def LastForwardPoints2.field
  return 641
end