Class: Quickfix::RiskLimitRequestType

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

Returns a new instance of RiskLimitRequestType.



23016
23017
23018
23019
23020
23021
23022
# File 'lib/quickfix_fields.rb', line 23016

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

Class Method Details

.fieldObject



23013
23014
23015
# File 'lib/quickfix_fields.rb', line 23013

def RiskLimitRequestType.field
	return 1760
end