Class: Quickfix43::BidRequest::NoBidComponents

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix43.rb

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoBidComponents

Returns a new instance of NoBidComponents.



2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
# File 'lib/quickfix43.rb', line 2014

def initialize
	order = Quickfix::IntArray.new(9)
	order[0] = 66
	order[1] = 54
	order[2] = 336
	order[3] = 625
	order[4] = 430
	order[5] = 63
	order[6] = 64
	order[7] = 1
	order[8] = 0
	super(420, 66, order)
end