Class: Quickfix::LegPaymentStubLength
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStubLength
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubLength
constructor
A new instance of LegPaymentStubLength.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubLength
32753 32754 32755 32756 32757 32758 32759 |
# File 'lib/quickfix_fields.rb', line 32753 def initialize(data = nil) if( data == nil ) super(40420) else super(40420, data) end end |
Class Method Details
.field ⇒ Object
32750 32751 32752 |
# File 'lib/quickfix_fields.rb', line 32750 def LegPaymentStubLength.field return 40420 end |