Class: Quickfix::MatchInst

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

Returns a new instance of MatchInst.



19961
19962
19963
19964
19965
19966
19967
# File 'lib/quickfix_fields.rb', line 19961

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

Class Method Details

.fieldObject



19958
19959
19960
# File 'lib/quickfix_fields.rb', line 19958

def MatchInst.field
  return 1625
end