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