Class: Quickfix::CrossPrioritization

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CrossPrioritization

Returns a new instance of CrossPrioritization.



19597
19598
19599
19600
19601
19602
19603
# File 'lib/quickfix_fields.rb', line 19597

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

Class Method Details

.fieldObject



19594
19595
19596
# File 'lib/quickfix_fields.rb', line 19594

def CrossPrioritization.field
  return 550
end