Class: Quickfix::RepurchaseRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::RepurchaseRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RepurchaseRate
constructor
A new instance of RepurchaseRate.
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
.field ⇒ Object
8947 8948 8949 |
# File 'lib/quickfix_fields.rb', line 8947 def RepurchaseRate.field return 227 end |