Class: Quickfix::UnderlyingFXRateCalc
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::UnderlyingFXRateCalc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingFXRateCalc
constructor
A new instance of UnderlyingFXRateCalc.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingFXRateCalc
Returns a new instance of UnderlyingFXRateCalc.
18232 18233 18234 18235 18236 18237 18238 |
# File 'lib/quickfix_fields.rb', line 18232 def initialize(data = nil) if( data == nil ) super(1046) else super(1046, data) end end |
Class Method Details
.field ⇒ Object
18229 18230 18231 |
# File 'lib/quickfix_fields.rb', line 18229 def UnderlyingFXRateCalc.field return 1046 end |