Class: Quickfix::NoRequestedRiskLimitType

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

Returns a new instance of NoRequestedRiskLimitType.



21352
21353
21354
21355
21356
21357
21358
# File 'lib/quickfix_fields.rb', line 21352

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

Class Method Details

.fieldObject



21349
21350
21351
# File 'lib/quickfix_fields.rb', line 21349

def NoRequestedRiskLimitType.field
	return 1668
end