Class: Quickfix::SwapClass

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

Instance Method Summary collapse

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