class Epics::HAA
Public Instance Methods
Source
# File lib/epics/haa.rb, line 2 def header client.header_request.build( nonce: nonce, timestamp: timestamp, order_type: 'HAA', order_attribute: 'DZHNN', order_params: {}, mutable: { TransactionPhase: 'Initialisation' } ) end