Class: Quickfix::SideTrdSubTyp

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideTrdSubTyp

Returns a new instance of SideTrdSubTyp.



13552
13553
13554
13555
13556
13557
13558
# File 'lib/quickfix_fields.rb', line 13552

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