Sha256: b0152d438e6248aab95a621f513bead0f619ca4ad0960ddd4e857053d5fbb347

Contents?: true

Size: 286 Bytes

Versions: 3

Compression:

Stored size: 286 Bytes

Contents

class Epics::HTD < Epics::GenericRequest
  def header
    client.header_request.build(
      nonce: nonce,
      timestamp: timestamp,
      order_type: 'HTD',
      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/htd.rb
epics-2.6.0 lib/epics/htd.rb
epics-2.5.0 lib/epics/htd.rb