Class: Quickfix::UnderlyingPaymentStubLength
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubLength
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubLength
constructor
A new instance of UnderlyingPaymentStubLength.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubLength
Returns a new instance of UnderlyingPaymentStubLength.
36523 36524 36525 36526 36527 36528 36529 |
# File 'lib/quickfix_fields.rb', line 36523 def initialize(data = nil) if( data == nil ) super(40710) else super(40710, data) end end |
Class Method Details
.field ⇒ Object
36520 36521 36522 |
# File 'lib/quickfix_fields.rb', line 36520 def UnderlyingPaymentStubLength.field return 40710 end |