Class: Quickfix::CollRptStatus

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ CollRptStatus



61652
61653
61654
61655
61656
61657
61658
# File 'lib/quickfix_fields.rb', line 61652

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

Class Method Details

.fieldObject



61649
61650
61651
# File 'lib/quickfix_fields.rb', line 61649

def CollRptStatus.field
  return 2488
end