Class: Quickfix::RelSymTransactTime

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) ⇒ 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

Class Method Details

.fieldObject



19906
19907
19908
# File 'lib/quickfix_fields.rb', line 19906

def RelSymTransactTime.field
  return 1504
end