Class: Quickfix::UnderlyingPaymentStubType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubType
constructor
A new instance of UnderlyingPaymentStubType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubType
Returns a new instance of UnderlyingPaymentStubType.
36510 36511 36512 36513 36514 36515 36516 |
# File 'lib/quickfix_fields.rb', line 36510 def initialize(data = nil) if( data == nil ) super(40709) else super(40709, data) end end |
Class Method Details
.field ⇒ Object
36507 36508 36509 |
# File 'lib/quickfix_fields.rb', line 36507 def UnderlyingPaymentStubType.field return 40709 end |