Class: Quickfix::IOITransType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ IOITransType

Returns a new instance of IOITransType.



12057
12058
12059
12060
12061
12062
12063
# File 'lib/quickfix_fields.rb', line 12057

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

Class Method Details

.fieldObject



12054
12055
12056
# File 'lib/quickfix_fields.rb', line 12054

def IOITransType.field
  return 28
end