Class: Quickfix::RefCompID

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) ⇒ RefCompID

Returns a new instance of RefCompID.



12551
12552
12553
12554
12555
12556
12557
# File 'lib/quickfix_fields.rb', line 12551

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

Class Method Details

.fieldObject



12548
12549
12550
# File 'lib/quickfix_fields.rb', line 12548

def RefCompID.field
	return 930
end