Class: Quickfix::PaymentStubIndexSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStubIndexSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndexSource
constructor
A new instance of PaymentStubIndexSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndexSource
Returns a new instance of PaymentStubIndexSource.
38720 38721 38722 38723 38724 38725 38726 |
# File 'lib/quickfix_fields.rb', line 38720 def initialize(data = nil) if( data == nil ) super(40879) else super(40879, data) end end |
Class Method Details
.field ⇒ Object
38717 38718 38719 |
# File 'lib/quickfix_fields.rb', line 38717 def PaymentStubIndexSource.field return 40879 end |