Class: Quickfix::ValuationReferenceModel

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



42386
42387
42388
42389
42390
42391
42392
# File 'lib/quickfix_fields.rb', line 42386

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

Class Method Details

.fieldObject



42383
42384
42385
# File 'lib/quickfix_fields.rb', line 42383

def ValuationReferenceModel.field
  return 2140
end