Class: Quickfix::LegPaymentStubRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentStubRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubRate
constructor
A new instance of LegPaymentStubRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubRate
Returns a new instance of LegPaymentStubRate.
32766 32767 32768 32769 32770 32771 32772 |
# File 'lib/quickfix_fields.rb', line 32766 def initialize(data = nil) if( data == nil ) super(40421) else super(40421, data) end end |
Class Method Details
.field ⇒ Object
32763 32764 32765 |
# File 'lib/quickfix_fields.rb', line 32763 def LegPaymentStubRate.field return 40421 end |