Class: Quickfix::CollAsgnRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CollAsgnRefID

Returns a new instance of CollAsgnRefID.



17296
17297
17298
17299
17300
17301
17302
# File 'lib/quickfix_fields.rb', line 17296

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

Class Method Details

.fieldObject



17293
17294
17295
# File 'lib/quickfix_fields.rb', line 17293

def CollAsgnRefID.field
	return 907
end