Class: Quickfix::MatchingDataPointType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MatchingDataPointType

Returns a new instance of MatchingDataPointType.



76849
76850
76851
76852
76853
76854
76855
# File 'lib/quickfix_fields.rb', line 76849

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

Class Method Details

.fieldObject



76846
76847
76848
# File 'lib/quickfix_fields.rb', line 76846

def MatchingDataPointType.field
  return 2784
end