Class: Quickfix::SettlForwardPoints

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

Returns a new instance of SettlForwardPoints.



57206
57207
57208
57209
57210
57211
57212
# File 'lib/quickfix_fields.rb', line 57206

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

Class Method Details

.fieldObject



57203
57204
57205
# File 'lib/quickfix_fields.rb', line 57203

def SettlForwardPoints.field
  return 2365
end