Sha256: ae772b2b8944a078d8527b9abec9ff67f98bb56af5d827e2cd91959650d69d7f

Contents?: true

Size: 287 Bytes

Versions: 3

Compression:

Stored size: 287 Bytes

Contents

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