Class: Quickfix::LegLastForwardPoints

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

Returns a new instance of LegLastForwardPoints.



14384
14385
14386
14387
14388
14389
14390
# File 'lib/quickfix_fields.rb', line 14384

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

Class Method Details

.fieldObject



14381
14382
14383
# File 'lib/quickfix_fields.rb', line 14381

def LegLastForwardPoints.field
  return 1073
end