Sha256: 8f36e1a5e819698b13c05c7550a31ad7fce5770ae553143d7f17a9559e3c109a

Contents?: true

Size: 315 Bytes

Versions: 3

Compression:

Stored size: 315 Bytes

Contents

class Epics::C2S < Epics::GenericUploadRequest
  def header
    client.header_request.build(
      nonce: nonce,
      timestamp: timestamp,
      order_type: 'C2S',
      order_attribute: 'DZHNN',
      order_params: {},
      num_segments: 1,
      mutable: { TransactionPhase: 'Initialisation' }
    )
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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