Class: Quickfix::RiskLimitReportID

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

Returns a new instance of RiskLimitReportID.



21339
21340
21341
21342
21343
21344
21345
# File 'lib/quickfix_fields.rb', line 21339

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

Class Method Details

.fieldObject



21336
21337
21338
# File 'lib/quickfix_fields.rb', line 21336

def RiskLimitReportID.field
	return 1667
end