Class: Quickfix::AvgSpotRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::AvgSpotRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AvgSpotRate
constructor
A new instance of AvgSpotRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ AvgSpotRate
Returns a new instance of AvgSpotRate.
76992 76993 76994 76995 76996 76997 76998 |
# File 'lib/quickfix_fields.rb', line 76992 def initialize(data = nil) if( data == nil ) super(2793) else super(2793, data) end end |
Class Method Details
.field ⇒ Object
76989 76990 76991 |
# File 'lib/quickfix_fields.rb', line 76989 def AvgSpotRate.field return 2793 end |