Class: Quickfix::NextIndexRollDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::NextIndexRollDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NextIndexRollDate
constructor
A new instance of NextIndexRollDate.
Constructor Details
#initialize(data = nil) ⇒ NextIndexRollDate
Returns a new instance of NextIndexRollDate.
76134 76135 76136 76137 76138 76139 76140 |
# File 'lib/quickfix_fields.rb', line 76134 def initialize(data = nil) if( data == nil ) super(2738) else super(2738, data) end end |