Class: Quickfix::LegPaymentStubIndex2
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStubIndex2
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndex2
constructor
A new instance of LegPaymentStubIndex2.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndex2
Returns a new instance of LegPaymentStubIndex2.
32987 32988 32989 32990 32991 32992 32993 |
# File 'lib/quickfix_fields.rb', line 32987 def initialize(data = nil) if( data == nil ) super(40438) else super(40438, data) end end |
Class Method Details
.field ⇒ Object
32984 32985 32986 |
# File 'lib/quickfix_fields.rb', line 32984 def LegPaymentStubIndex2.field return 40438 end |