Class: Quickfix::RiskLimitResult

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

Returns a new instance of RiskLimitResult.



23068
23069
23070
23071
23072
23073
23074
# File 'lib/quickfix_fields.rb', line 23068

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

Class Method Details

.fieldObject



23065
23066
23067
# File 'lib/quickfix_fields.rb', line 23065

def RiskLimitResult.field
	return 1764
end