Class: Quickfix::HopSendingTime

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ HopSendingTime



13864
13865
13866
13867
13868
13869
13870
# File 'lib/quickfix_fields.rb', line 13864

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

Class Method Details

.fieldObject



13861
13862
13863
# File 'lib/quickfix_fields.rb', line 13861

def HopSendingTime.field
  return 629
end