Class: Quickfix::BasisFeaturePrice

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

Returns a new instance of BasisFeaturePrice.



6181
6182
6183
6184
6185
6186
6187
# File 'lib/quickfix_fields.rb', line 6181

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

Class Method Details

.fieldObject



6178
6179
6180
# File 'lib/quickfix_fields.rb', line 6178

def BasisFeaturePrice.field
  return 260
end