Class: Quickfix::LastSwapPoints

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



14358
14359
14360
14361
14362
14363
14364
# File 'lib/quickfix_fields.rb', line 14358

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

Class Method Details

.fieldObject



14355
14356
14357
# File 'lib/quickfix_fields.rb', line 14355

def LastSwapPoints.field
  return 1071
end