Class: Quickfix::RiskLimitCheckType

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

Returns a new instance of RiskLimitCheckType.



56660
56661
56662
56663
56664
56665
56666
# File 'lib/quickfix_fields.rb', line 56660

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

Class Method Details

.fieldObject



56657
56658
56659
# File 'lib/quickfix_fields.rb', line 56657

def RiskLimitCheckType.field
	return 2321
end