Class: Quickfix::UnderlyingPaymentStreamPaymentDateType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamPaymentDateType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateType
constructor
A new instance of UnderlyingPaymentStreamPaymentDateType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateType
55464 55465 55466 55467 55468 55469 55470 |
# File 'lib/quickfix_fields.rb', line 55464 def initialize(data = nil) if( data == nil ) super(41939) else super(41939, data) end end |