Sha256: e74d2a3310300a80dc6adb86322e04ae366f9c7a2b629bc59907970a0520786d

Contents?: true

Size: 286 Bytes

Versions: 3

Compression:

Stored size: 286 Bytes

Contents

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