Class: Quickfix::MultiLegRptTypeReq

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MultiLegRptTypeReq

Returns a new instance of MultiLegRptTypeReq.



7676
7677
7678
7679
7680
7681
7682
# File 'lib/quickfix_fields.rb', line 7676

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

Class Method Details

.fieldObject



7673
7674
7675
# File 'lib/quickfix_fields.rb', line 7673

def MultiLegRptTypeReq.field
	return 563
end