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