Class: Quickfix::SwapSubClass

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SwapSubClass

Returns a new instance of SwapSubClass.



42256
42257
42258
42259
42260
42261
42262
# File 'lib/quickfix_fields.rb', line 42256

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