Class: Quickfix::NoLegPaymentScheduleRateSources
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegPaymentScheduleRateSources
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegPaymentScheduleRateSources
constructor
A new instance of NoLegPaymentScheduleRateSources.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegPaymentScheduleRateSources
Returns a new instance of NoLegPaymentScheduleRateSources.
32675 32676 32677 32678 32679 32680 32681 |
# File 'lib/quickfix_fields.rb', line 32675 def initialize(data = nil) if( data == nil ) super(40414) else super(40414, data) end end |
Class Method Details
.field ⇒ Object
32672 32673 32674 |
# File 'lib/quickfix_fields.rb', line 32672 def NoLegPaymentScheduleRateSources.field return 40414 end |