Class: Quickfix::PaymentScheduleType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentScheduleType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleType
constructor
A new instance of PaymentScheduleType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleType
Returns a new instance of PaymentScheduleType.
38070 38071 38072 38073 38074 38075 38076 |
# File 'lib/quickfix_fields.rb', line 38070 def initialize(data = nil) if( data == nil ) super(40829) else super(40829, data) end end |
Class Method Details
.field ⇒ Object
38067 38068 38069 |
# File 'lib/quickfix_fields.rb', line 38067 def PaymentScheduleType.field return 40829 end |