Class: Quickfix::PaymentStreamPaymentDateType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentStreamPaymentDateType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamPaymentDateType
constructor
A new instance of PaymentStreamPaymentDateType.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamPaymentDateType
45103 45104 45105 45106 45107 45108 45109 |
# File 'lib/quickfix_fields.rb', line 45103 def initialize(data = nil) if( data == nil ) super(41222) else super(41222, data) end end |