Class: Quickfix::RepurchaseRate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RepurchaseRate

Returns a new instance of RepurchaseRate.



8950
8951
8952
8953
8954
8955
8956
# File 'lib/quickfix_fields.rb', line 8950

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

Class Method Details

.fieldObject



8947
8948
8949
# File 'lib/quickfix_fields.rb', line 8947

def RepurchaseRate.field
  return 227
end