Class: Quickfix::TradSesOpenTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradSesOpenTime

Returns a new instance of TradSesOpenTime.



4335
4336
4337
4338
4339
4340
4341
# File 'lib/quickfix_fields.rb', line 4335

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