Class: Quickfix::BidSpotRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::BidSpotRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BidSpotRate
constructor
A new instance of BidSpotRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ BidSpotRate
Returns a new instance of BidSpotRate.
2853 2854 2855 2856 2857 2858 2859 |
# File 'lib/quickfix_fields.rb', line 2853 def initialize(data = nil) if( data == nil ) super(188) else super(188, data) end end |
Class Method Details
.field ⇒ Object
2850 2851 2852 |
# File 'lib/quickfix_fields.rb', line 2850 def BidSpotRate.field return 188 end |