Class: Quickfix::NoLegPaymentSchedules
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegPaymentSchedules
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegPaymentSchedules
constructor
A new instance of NoLegPaymentSchedules.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegPaymentSchedules
Returns a new instance of NoLegPaymentSchedules.
32155 32156 32157 32158 32159 32160 32161 |
# File 'lib/quickfix_fields.rb', line 32155 def initialize(data = nil) if( data == nil ) super(40374) else super(40374, data) end end |
Class Method Details
.field ⇒ Object
32152 32153 32154 |
# File 'lib/quickfix_fields.rb', line 32152 def NoLegPaymentSchedules.field return 40374 end |