Class: Quickfix::HopSendingTime

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

Returns a new instance of HopSendingTime.



682
683
684
685
686
687
688
# File 'lib/quickfix_fields.rb', line 682

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

Class Method Details

.fieldObject



679
680
681
# File 'lib/quickfix_fields.rb', line 679

def HopSendingTime.field
  return 629
end