Class: Quickfix::RiskLimitCheckModelType

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

Returns a new instance of RiskLimitCheckModelType.



56894
56895
56896
56897
56898
56899
56900
# File 'lib/quickfix_fields.rb', line 56894

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

Class Method Details

.fieldObject



56891
56892
56893
# File 'lib/quickfix_fields.rb', line 56891

def RiskLimitCheckModelType.field
	return 2339
end