Class: Quickfix::RefRiskLimitCheckIDType

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

Returns a new instance of RefRiskLimitCheckIDType.



56842
56843
56844
56845
56846
56847
56848
# File 'lib/quickfix_fields.rb', line 56842

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

Class Method Details

.fieldObject



56839
56840
56841
# File 'lib/quickfix_fields.rb', line 56839

def RefRiskLimitCheckIDType.field
  return 2335
end