Class: Quickfix::SwapClass

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SwapClass

Returns a new instance of SwapClass.



25421
25422
25423
25424
25425
25426
25427
# File 'lib/quickfix_fields.rb', line 25421

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

Class Method Details

.fieldObject



25418
25419
25420
# File 'lib/quickfix_fields.rb', line 25418

def SwapClass.field
	return 1941
end