Class: Quickfix::SideTimeInForce

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideTimeInForce

Returns a new instance of SideTimeInForce.



12980
12981
12982
12983
12984
12985
12986
# File 'lib/quickfix_fields.rb', line 12980

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