Method: Epics::WSS#header

Defined in:
lib/epics/wss.rb

#headerObject



2
3
4
5
6
7
8
9
10
11
# File 'lib/epics/wss.rb', line 2

def header
  client.header_request.build(
    nonce: nonce,
    timestamp: timestamp,
    order_type: 'WSS',
    order_attribute: 'DZHNN',
    order_params: {},
    mutable: { TransactionPhase: 'Initialisation' }
  )
end