Sha256: 983b44502943b104a2315e2b672d9f6f11d2e49a10e07b6f8941ac7ac592511e

Contents?: true

Size: 385 Bytes

Versions: 3

Compression:

Stored size: 385 Bytes

Contents

class Epics::C5N < Epics::GenericRequest
  def header
    client.header_request.build(
      nonce: nonce,
      timestamp: timestamp,
      order_type: 'C5N',
      order_attribute: 'DZHNN',
      order_params: {
        DateRange: {
          Start: options[:from],
          End: options[:to]
        }
      },
      mutable: { TransactionPhase: 'Initialisation' }
    )
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
epics-2.7.0 lib/epics/c5n.rb
epics-2.6.0 lib/epics/c5n.rb
epics-2.5.0 lib/epics/c5n.rb