Class: Quickfix::CurrencyRatio
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::CurrencyRatio
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CurrencyRatio
constructor
A new instance of CurrencyRatio.
Constructor Details
#initialize(data = nil) ⇒ CurrencyRatio
Returns a new instance of CurrencyRatio.
10094 10095 10096 10097 10098 10099 10100 |
# File 'lib/quickfix_fields.rb', line 10094 def initialize(data = nil) if( data == nil ) super(1382) else super(1382, data) end end |
Class Method Details
.field ⇒ Object
10091 10092 10093 |
# File 'lib/quickfix_fields.rb', line 10091 def CurrencyRatio.field return 1382 end |