Class: Quickfix::PaymentStubLength
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStubLength
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubLength
constructor
A new instance of PaymentStubLength.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubLength
Returns a new instance of PaymentStubLength.
38655 38656 38657 38658 38659 38660 38661 |
# File 'lib/quickfix_fields.rb', line 38655 def initialize(data = nil) if( data == nil ) super(40874) else super(40874, data) end end |
Class Method Details
.field ⇒ Object
38652 38653 38654 |
# File 'lib/quickfix_fields.rb', line 38652 def PaymentStubLength.field return 40874 end |