Class: Quickfix::LegPaymentStubIndexSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStubIndexSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndexSource
constructor
A new instance of LegPaymentStubIndexSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndexSource
Returns a new instance of LegPaymentStubIndexSource.
32818 32819 32820 32821 32822 32823 32824 |
# File 'lib/quickfix_fields.rb', line 32818 def initialize(data = nil) if( data == nil ) super(40425) else super(40425, data) end end |
Class Method Details
.field ⇒ Object
32815 32816 32817 |
# File 'lib/quickfix_fields.rb', line 32815 def LegPaymentStubIndexSource.field return 40425 end |