Class: Quickfix::SideReasonCd

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideReasonCd

Returns a new instance of SideReasonCd.



13539
13540
13541
13542
13543
13544
13545
# File 'lib/quickfix_fields.rb', line 13539

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