Class: Quickfix::LimitRole
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LimitRole
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LimitRole
constructor
A new instance of LimitRole.
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 |