Class: Quickfix::RelSymTransactTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RelSymTransactTime

Returns a new instance of RelSymTransactTime.



19909
19910
19911
19912
19913
19914
19915
# File 'lib/quickfix_fields.rb', line 19909

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