class Epics::HAC
Public Instance Methods
Source
# File lib/epics/hac.rb, line 5 def header client.header_request.build( nonce: nonce, timestamp: timestamp, order_type: 'HAC', order_attribute: 'DZHNN', order_params: !!options[:from] && !!options[:to] ? { DateRange: { Start: options[:from], End: options[:to] } } : {}, mutable: { TransactionPhase: 'Initialisation' } ) end
By default HAC
only returns data for transactions which have not yet been fetched. Therefore, most applications not not have to specify a date range, but can simply fetch the status and be done