Class: Quickfix::UnderlyingStreamEffectiveDateAdjusted

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

Returns a new instance of UnderlyingStreamEffectiveDateAdjusted.



28138
28139
28140
28141
28142
28143
28144
# File 'lib/quickfix_fields.rb', line 28138

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

Class Method Details

.fieldObject



28135
28136
28137
# File 'lib/quickfix_fields.rb', line 28135

def UnderlyingStreamEffectiveDateAdjusted.field
  return 40064
end