Class: Quickfix::HostCrossID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ HostCrossID

Returns a new instance of HostCrossID.



12291
12292
12293
12294
12295
12296
12297
# File 'lib/quickfix_fields.rb', line 12291

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

Class Method Details

.fieldObject



12288
12289
12290
# File 'lib/quickfix_fields.rb', line 12288

def HostCrossID.field
	return 961
end