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