Class: Quickfix::LegLastForwardPoints

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegLastForwardPoints



16074
16075
16076
16077
16078
16079
16080
# File 'lib/quickfix_fields.rb', line 16074

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

Class Method Details

.fieldObject



16071
16072
16073
# File 'lib/quickfix_fields.rb', line 16071

def LegLastForwardPoints.field
  return 1073
end