Class: Quickfix::IOIRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ IOIRefID

Returns a new instance of IOIRefID.



8599
8600
8601
8602
8603
8604
8605
# File 'lib/quickfix_fields.rb', line 8599

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

Class Method Details

.fieldObject



8596
8597
8598
# File 'lib/quickfix_fields.rb', line 8596

def IOIRefID.field
  return 26
end