Class: Quickfix::UnderlyingValuationSource

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

Returns a new instance of UnderlyingValuationSource.



54359
54360
54361
54362
54363
54364
54365
# File 'lib/quickfix_fields.rb', line 54359

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

Class Method Details

.fieldObject



54356
54357
54358
# File 'lib/quickfix_fields.rb', line 54356

def UnderlyingValuationSource.field
  return 2293
end