Sha256: a0314f7e349515f300d361acb51e502fa85db10c835f821f135cbad9aa065cee

Contents?: true

Size: 286 Bytes

Versions: 3

Compression:

Stored size: 286 Bytes

Contents

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