Class: Quickfix::LimitRole

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LimitRole

Returns a new instance of LimitRole.



57583
57584
57585
57586
57587
57588
57589
# File 'lib/quickfix_fields.rb', line 57583

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