Sha256: 30568ed3f43c453a8b1e560a9083fd1f184ea6d5e4c7e8d1720392d295c6bd44

Contents?: true

Size: 315 Bytes

Versions: 2

Compression:

Stored size: 315 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
epics-2.7.0 lib/epics/cip.rb
epics-2.6.0 lib/epics/cip.rb