Class: Quickfix::LegPaymentScheduleType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentScheduleType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleType
constructor
A new instance of LegPaymentScheduleType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleType
Returns a new instance of LegPaymentScheduleType.
32168 32169 32170 32171 32172 32173 32174 |
# File 'lib/quickfix_fields.rb', line 32168 def initialize(data = nil) if( data == nil ) super(40375) else super(40375, data) end end |
Class Method Details
.field ⇒ Object
32165 32166 32167 |
# File 'lib/quickfix_fields.rb', line 32165 def LegPaymentScheduleType.field return 40375 end |