Class: Quickfix::LegStreamVersionEffectiveDate

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) ⇒ LegStreamVersionEffectiveDate

Returns a new instance of LegStreamVersionEffectiveDate.



68295
68296
68297
68298
68299
68300
68301
# File 'lib/quickfix_fields.rb', line 68295

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

Class Method Details

.fieldObject



68292
68293
68294
# File 'lib/quickfix_fields.rb', line 68292

def LegStreamVersionEffectiveDate.field
  return 42584
end