Class: Quickfix::LegValuationReferenceModel

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

Returns a new instance of LegValuationReferenceModel.



43140
43141
43142
43143
43144
43145
43146
# File 'lib/quickfix_fields.rb', line 43140

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

Class Method Details

.fieldObject



43137
43138
43139
# File 'lib/quickfix_fields.rb', line 43137

def LegValuationReferenceModel.field
  return 2198
end