Class: Quickfix::PosAmtStreamDesc

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

Returns a new instance of PosAmtStreamDesc.



40345
40346
40347
40348
40349
40350
40351
# File 'lib/quickfix_fields.rb', line 40345

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

Class Method Details

.fieldObject



40342
40343
40344
# File 'lib/quickfix_fields.rb', line 40342

def PosAmtStreamDesc.field
  return 2096
end