Class: Quickfix::StreamFirstPeriodStartDateUnadjusted

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ StreamFirstPeriodStartDateUnadjusted

Returns a new instance of StreamFirstPeriodStartDateUnadjusted.



28281
28282
28283
28284
28285
28286
28287
# File 'lib/quickfix_fields.rb', line 28281

def initialize(data = nil)
  if( data == nil )
    super(40075)
  else
    super(40075, data)
  end
end

Class Method Details

.fieldObject



28278
28279
28280
# File 'lib/quickfix_fields.rb', line 28278

def StreamFirstPeriodStartDateUnadjusted.field
  return 40075
end