Class: Quickfix::PaymentStubIndex2Source
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStubIndex2Source
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndex2Source
constructor
A new instance of PaymentStubIndex2Source.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndex2Source
Returns a new instance of PaymentStubIndex2Source.
38902 38903 38904 38905 38906 38907 38908 |
# File 'lib/quickfix_fields.rb', line 38902 def initialize(data = nil) if( data == nil ) super(40893) else super(40893, data) end end |
Class Method Details
.field ⇒ Object
38899 38900 38901 |
# File 'lib/quickfix_fields.rb', line 38899 def PaymentStubIndex2Source.field return 40893 end |