Class: Quickfix::UnderlyingStreamEffectiveDateUnadjusted

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

Returns a new instance of UnderlyingStreamEffectiveDateUnadjusted.



28047
28048
28049
28050
28051
28052
28053
# File 'lib/quickfix_fields.rb', line 28047

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

Class Method Details

.fieldObject



28044
28045
28046
# File 'lib/quickfix_fields.rb', line 28044

def UnderlyingStreamEffectiveDateUnadjusted.field
  return 40057
end