Sha256: a15c6030b483fcb5c15a634c10ab6e7690af8670250b3a6dfe6881378455bf8f

Contents?: true

Size: 315 Bytes

Versions: 3

Compression:

Stored size: 315 Bytes

Contents

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