Class: Quickfix::UnderlyingPaymentStubIndex2Source
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStubIndex2Source
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2Source
constructor
A new instance of UnderlyingPaymentStubIndex2Source.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2Source
Returns a new instance of UnderlyingPaymentStubIndex2Source.
36770 36771 36772 36773 36774 36775 36776 |
# File 'lib/quickfix_fields.rb', line 36770 def initialize(data = nil) if( data == nil ) super(40729) else super(40729, data) end end |