Class: Quickfix::MarketID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MarketID



12967
12968
12969
12970
12971
12972
12973
# File 'lib/quickfix_fields.rb', line 12967

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

Class Method Details

.fieldObject



12964
12965
12966
# File 'lib/quickfix_fields.rb', line 12964

def MarketID.field
  return 1301
end