Class: Quickfix::PriorityIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PriorityIndicator



18479
18480
18481
18482
18483
18484
18485
# File 'lib/quickfix_fields.rb', line 18479

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

Class Method Details

.fieldObject



18476
18477
18478
# File 'lib/quickfix_fields.rb', line 18476

def PriorityIndicator.field
  return 638
end