Class: Quickfix::UnderlyingPaymentStubIndexSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStubIndexSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexSource
constructor
A new instance of UnderlyingPaymentStubIndexSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexSource
Returns a new instance of UnderlyingPaymentStubIndexSource.
36588 36589 36590 36591 36592 36593 36594 |
# File 'lib/quickfix_fields.rb', line 36588 def initialize(data = nil) if( data == nil ) super(40715) else super(40715, data) end end |