Class: Quickfix::CollRptID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CollRptID

Returns a new instance of CollRptID.



18362
18363
18364
18365
18366
18367
18368
# File 'lib/quickfix_fields.rb', line 18362

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

Class Method Details

.fieldObject



18359
18360
18361
# File 'lib/quickfix_fields.rb', line 18359

def CollRptID.field
	return 908
end