Class: Quickfix::LegPaymentScheduleRateSourceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentScheduleRateSourceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleRateSourceType
constructor
A new instance of LegPaymentScheduleRateSourceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleRateSourceType
Returns a new instance of LegPaymentScheduleRateSourceType.
32701 32702 32703 32704 32705 32706 32707 |
# File 'lib/quickfix_fields.rb', line 32701 def initialize(data = nil) if( data == nil ) super(40416) else super(40416, data) end end |
Class Method Details
.field ⇒ Object
32698 32699 32700 |
# File 'lib/quickfix_fields.rb', line 32698 def LegPaymentScheduleRateSourceType.field return 40416 end |