Class: Quickfix::IOITransType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ IOITransType

Returns a new instance of IOITransType.



1215
1216
1217
1218
1219
1220
1221
# File 'lib/quickfix_fields.rb', line 1215

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

Class Method Details

.fieldObject



1212
1213
1214
# File 'lib/quickfix_fields.rb', line 1212

def IOITransType.field
	return 28
end