Class: Quickfix::PosAmtMarketSegmentID

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



40384
40385
40386
40387
40388
40389
40390
# File 'lib/quickfix_fields.rb', line 40384

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

Class Method Details

.fieldObject



40381
40382
40383
# File 'lib/quickfix_fields.rb', line 40381

def PosAmtMarketSegmentID.field
  return 2099
end