Class: Quickfix::LegPaymentScheduleRateSpreadType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentScheduleRateSpreadType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleRateSpreadType
constructor
A new instance of LegPaymentScheduleRateSpreadType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleRateSpreadType
49783 49784 49785 49786 49787 49788 49789 |
# File 'lib/quickfix_fields.rb', line 49783 def initialize(data = nil) if( data == nil ) super(41538) else super(41538, data) end end |
Class Method Details
.field ⇒ Object
49780 49781 49782 |
# File 'lib/quickfix_fields.rb', line 49780 def LegPaymentScheduleRateSpreadType.field return 41538 end |