Class: Quickfix::CollRptID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ CollRptID

Returns a new instance of CollRptID.



12278
12279
12280
12281
12282
12283
12284
# File 'lib/quickfix_fields.rb', line 12278

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

Class Method Details

.fieldObject



12275
12276
12277
# File 'lib/quickfix_fields.rb', line 12275

def CollRptID.field
	return 908
end