Class: Quickfix::MatchingDataPointValue

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

Returns a new instance of MatchingDataPointValue.



76836
76837
76838
76839
76840
76841
76842
# File 'lib/quickfix_fields.rb', line 76836

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

Class Method Details

.fieldObject



76833
76834
76835
# File 'lib/quickfix_fields.rb', line 76833

def MatchingDataPointValue.field
  return 2783
end