Class: Quickfix::PaymentScheduleStubType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentScheduleStubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleStubType
constructor
A new instance of PaymentScheduleStubType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleStubType
Returns a new instance of PaymentScheduleStubType.
38083 38084 38085 38086 38087 38088 38089 |
# File 'lib/quickfix_fields.rb', line 38083 def initialize(data = nil) if( data == nil ) super(40830) else super(40830, data) end end |
Class Method Details
.field ⇒ Object
38080 38081 38082 |
# File 'lib/quickfix_fields.rb', line 38080 def PaymentScheduleStubType.field return 40830 end |