Class: Quickfix::PaymentStreamFixingDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PaymentStreamFixingDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamFixingDate
constructor
A new instance of PaymentStreamFixingDate.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamFixingDate
Returns a new instance of PaymentStreamFixingDate.
69257 69258 69259 69260 69261 69262 69263 |
# File 'lib/quickfix_fields.rb', line 69257 def initialize(data = nil) if( data == nil ) super(42661) else super(42661, data) end end |