Class: Quickfix::RelatedOrderTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RelatedOrderTime

Returns a new instance of RelatedOrderTime.



77525
77526
77527
77528
77529
77530
77531
# File 'lib/quickfix_fields.rb', line 77525

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