Class: Quickfix::ReturnRateFXRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::ReturnRateFXRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReturnRateFXRate
constructor
A new instance of ReturnRateFXRate.
Constructor Details
#initialize(data = nil) ⇒ ReturnRateFXRate
Returns a new instance of ReturnRateFXRate.
70206 70207 70208 70209 70210 70211 70212 |
# File 'lib/quickfix_fields.rb', line 70206 def initialize(data = nil) if( data == nil ) super(42733) else super(42733, data) end end |