Class: Quickfix::PayCollectFXRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PayCollectFXRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PayCollectFXRate
constructor
A new instance of PayCollectFXRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PayCollectFXRate
Returns a new instance of PayCollectFXRate.
40319 40320 40321 40322 40323 40324 40325 |
# File 'lib/quickfix_fields.rb', line 40319 def initialize(data = nil) if( data == nil ) super(2094) else super(2094, data) end end |
Class Method Details
.field ⇒ Object
40316 40317 40318 |
# File 'lib/quickfix_fields.rb', line 40316 def PayCollectFXRate.field return 2094 end |