Class: Quickfix::LegPaymentScheduleRateSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentScheduleRateSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleRateSource
constructor
A new instance of LegPaymentScheduleRateSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleRateSource
Returns a new instance of LegPaymentScheduleRateSource.
32688 32689 32690 32691 32692 32693 32694 |
# File 'lib/quickfix_fields.rb', line 32688 def initialize(data = nil) if( data == nil ) super(40415) else super(40415, data) end end |
Class Method Details
.field ⇒ Object
32685 32686 32687 |
# File 'lib/quickfix_fields.rb', line 32685 def LegPaymentScheduleRateSource.field return 40415 end |