Class: Quickfix::AllocRefRiskLimitCheckIDType

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

Returns a new instance of AllocRefRiskLimitCheckIDType.



57544
57545
57546
57547
57548
57549
57550
# File 'lib/quickfix_fields.rb', line 57544

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

Class Method Details

.fieldObject



57541
57542
57543
# File 'lib/quickfix_fields.rb', line 57541

def AllocRefRiskLimitCheckIDType.field
  return 2393
end