Class: Quickfix::AllocRiskLimitCheckStatus

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



61145
61146
61147
61148
61149
61150
61151
# File 'lib/quickfix_fields.rb', line 61145

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

Class Method Details

.fieldObject



61142
61143
61144
# File 'lib/quickfix_fields.rb', line 61142

def AllocRiskLimitCheckStatus.field
  return 2483
end