Sha256: f06e836a43e4ea384f8f56dc16ab85dac4aa5c1a6add9c76d21b030c165fbedc

Contents?: true

Size: 315 Bytes

Versions: 3

Compression:

Stored size: 315 Bytes

Contents

class Epics::CDS < Epics::GenericUploadRequest
  def header
    client.header_request.build(
      nonce: nonce,
      timestamp: timestamp,
      order_type: 'CDS',
      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/cds.rb
epics-2.6.0 lib/epics/cds.rb
epics-2.5.0 lib/epics/cds.rb