Class: Quickfix::ValuationTime

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

Returns a new instance of ValuationTime.



40215
40216
40217
40218
40219
40220
40221
# File 'lib/quickfix_fields.rb', line 40215

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

Class Method Details

.fieldObject



40212
40213
40214
# File 'lib/quickfix_fields.rb', line 40212

def ValuationTime.field
  return 2086
end