Class: Quickfix::MatchInstMarketID

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

Returns a new instance of MatchInstMarketID.



20000
20001
20002
20003
20004
20005
20006
# File 'lib/quickfix_fields.rb', line 20000

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

Class Method Details

.fieldObject



19997
19998
19999
# File 'lib/quickfix_fields.rb', line 19997

def MatchInstMarketID.field
  return 1673
end