Method: Epics::HIA#header

Defined in:
lib/epics/hia.rb

#headerObject



6
7
8
9
10
11
12
13
# File 'lib/epics/hia.rb', line 6

def header
  client.header_request.build(
    order_type: 'HIA',
    order_attribute: 'DZNNN',
    with_bank_pubkey_digests: false,
    mutable: {}
  )
end