Class: Quickfix::ContIntRptID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ContIntRptID

Returns a new instance of ContIntRptID.



18596
18597
18598
18599
18600
18601
18602
# File 'lib/quickfix_fields.rb', line 18596

def initialize(data = nil)
	if( data == nil )
		super(977)
	else
		super(977, data)
	end
end

Class Method Details

.fieldObject



18593
18594
18595
# File 'lib/quickfix_fields.rb', line 18593

def ContIntRptID.field
	return 977
end