Class: Quickfix::NextIndexRollDate

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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