Class: Quickfix::RefRiskLimitCheckID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RefRiskLimitCheckID

Returns a new instance of RefRiskLimitCheckID.



56829
56830
56831
56832
56833
56834
56835
# File 'lib/quickfix_fields.rb', line 56829

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

Class Method Details

.fieldObject



56826
56827
56828
# File 'lib/quickfix_fields.rb', line 56826

def RefRiskLimitCheckID.field
	return 2334
end