Class: Quickfix::LegPaymentStreamCapRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentStreamCapRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCapRate
constructor
A new instance of LegPaymentStreamCapRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCapRate
Returns a new instance of LegPaymentStreamCapRate.
31700 31701 31702 31703 31704 31705 31706 |
# File 'lib/quickfix_fields.rb', line 31700 def initialize(data = nil) if( data == nil ) super(40339) else super(40339, data) end end |
Class Method Details
.field ⇒ Object
31697 31698 31699 |
# File 'lib/quickfix_fields.rb', line 31697 def LegPaymentStreamCapRate.field return 40339 end |