Class: Quickfix::OnBehalfOfSendingTime

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OnBehalfOfSendingTime



18297
18298
18299
18300
18301
18302
18303
# File 'lib/quickfix_fields.rb', line 18297

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

Class Method Details

.fieldObject



18294
18295
18296
# File 'lib/quickfix_fields.rb', line 18294

def OnBehalfOfSendingTime.field
  return 370
end