Class: Quickfix::LegPaymentStubIndex2Source
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStubIndex2Source
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndex2Source
constructor
A new instance of LegPaymentStubIndex2Source.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndex2Source
Returns a new instance of LegPaymentStubIndex2Source.
33000 33001 33002 33003 33004 33005 33006 |
# File 'lib/quickfix_fields.rb', line 33000 def initialize(data = nil) if( data == nil ) super(40439) else super(40439, data) end end |
Class Method Details
.field ⇒ Object
32997 32998 32999 |
# File 'lib/quickfix_fields.rb', line 32997 def LegPaymentStubIndex2Source.field return 40439 end |