Class: Quickfix::AllocRefRiskLimitCheckID

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

Returns a new instance of AllocRefRiskLimitCheckID.



57531
57532
57533
57534
57535
57536
57537
# File 'lib/quickfix_fields.rb', line 57531

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

Class Method Details

.fieldObject



57528
57529
57530
# File 'lib/quickfix_fields.rb', line 57528

def AllocRefRiskLimitCheckID.field
  return 2392
end