Class: Quickfix::RelatedOrderTime

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from UtcTimeStampField

#<, #==, #getValue, #setValue

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

Class Method Details

.fieldObject



77522
77523
77524
# File 'lib/quickfix_fields.rb', line 77522

def RelatedOrderTime.field
	return 2836
end