class Epics::STA
Public Instance Methods
Source
# File lib/epics/sta.rb, line 2 def header client.header_request.build( nonce: nonce, timestamp: timestamp, order_type: 'STA', order_attribute: 'DZHNN', order_params: !!options[:from] && !!options[:to] ? { DateRange: { Start: options[:from], End: options[:to] } } : {}, mutable: { TransactionPhase: 'Initialisation' } ) end