Class: Quickfix::PaymentScheduleRateSourceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentScheduleRateSourceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleRateSourceType
constructor
A new instance of PaymentScheduleRateSourceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleRateSourceType
Returns a new instance of PaymentScheduleRateSourceType.
38603 38604 38605 38606 38607 38608 38609 |
# File 'lib/quickfix_fields.rb', line 38603 def initialize(data = nil) if( data == nil ) super(40870) else super(40870, data) end end |
Class Method Details
.field ⇒ Object
38600 38601 38602 |
# File 'lib/quickfix_fields.rb', line 38600 def PaymentScheduleRateSourceType.field return 40870 end |