Class: Quickfix::LimitRole

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

Class Method Details

.fieldObject



57580
57581
57582
# File 'lib/quickfix_fields.rb', line 57580

def LimitRole.field
  return 2396
end