Class: Quickfix::PaymentScheduleRateSpreadType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentScheduleRateSpreadType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleRateSpreadType
constructor
A new instance of PaymentScheduleRateSpreadType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleRateSpreadType
Returns a new instance of PaymentScheduleRateSpreadType.
44440 44441 44442 44443 44444 44445 44446 |
# File 'lib/quickfix_fields.rb', line 44440 def initialize(data = nil) if( data == nil ) super(41169) else super(41169, data) end end |
Class Method Details
.field ⇒ Object
44437 44438 44439 |
# File 'lib/quickfix_fields.rb', line 44437 def PaymentScheduleRateSpreadType.field return 41169 end |