Class: Quickfix::UnderlyingRepurchaseRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingRepurchaseRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingRepurchaseRate
constructor
A new instance of UnderlyingRepurchaseRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingRepurchaseRate
Returns a new instance of UnderlyingRepurchaseRate.
5986 5987 5988 5989 5990 5991 5992 |
# File 'lib/quickfix_fields.rb', line 5986 def initialize(data = nil) if( data == nil ) super(245) else super(245, data) end end |
Class Method Details
.field ⇒ Object
5983 5984 5985 |
# File 'lib/quickfix_fields.rb', line 5983 def .field return 245 end |