Class: Quickfix::MatchingDataPointName

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

Returns a new instance of MatchingDataPointName.



76862
76863
76864
76865
76866
76867
76868
# File 'lib/quickfix_fields.rb', line 76862

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

Class Method Details

.fieldObject



76859
76860
76861
# File 'lib/quickfix_fields.rb', line 76859

def MatchingDataPointName.field
	return 2785
end