Class: Quickfix::ReferenceDataDate
- Inherits:
-
UtcTimeStampField
- Object
- UtcTimeStampField
- Quickfix::ReferenceDataDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReferenceDataDate
constructor
A new instance of ReferenceDataDate.
Constructor Details
#initialize(data = nil) ⇒ ReferenceDataDate
Returns a new instance of ReferenceDataDate.
76251 76252 76253 76254 76255 76256 76257 |
# File 'lib/quickfix_fields.rb', line 76251 def initialize(data = nil) if( data == nil ) super(2747) else super(2747, data) end end |