Class: Quickfix::RiskLimitCheckID

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

Returns a new instance of RiskLimitCheckID.



56634
56635
56636
56637
56638
56639
56640
# File 'lib/quickfix_fields.rb', line 56634

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

Class Method Details

.fieldObject



56631
56632
56633
# File 'lib/quickfix_fields.rb', line 56631

def RiskLimitCheckID.field
	return 2319
end