Class: Quickfix::RptSys

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RptSys

Returns a new instance of RptSys.



12382
12383
12384
12385
12386
12387
12388
# File 'lib/quickfix_fields.rb', line 12382

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

Class Method Details

.fieldObject



12379
12380
12381
# File 'lib/quickfix_fields.rb', line 12379

def RptSys.field
  return 1135
end