Sha256: 68f2e1187e8945be384aefea879b13cccd630cad7fdda585b4ff32b0c9045644

Contents?: true

Size: 286 Bytes

Versions: 3

Compression:

Stored size: 286 Bytes

Contents

class Epics::HPD < Epics::GenericRequest
  def header
    client.header_request.build(
      nonce: nonce,
      timestamp: timestamp,
      order_type: 'HPD',
      order_attribute: 'DZHNN',
      order_params: {},
      mutable: { TransactionPhase: 'Initialisation' }
    )
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
epics-2.7.0 lib/epics/hpd.rb
epics-2.6.0 lib/epics/hpd.rb
epics-2.5.0 lib/epics/hpd.rb