Class: Quickfix::UnderlyingRefID

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

Returns a new instance of UnderlyingRefID.



77590
77591
77592
77593
77594
77595
77596
# File 'lib/quickfix_fields.rb', line 77590

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

Class Method Details

.fieldObject



77587
77588
77589
# File 'lib/quickfix_fields.rb', line 77587

def UnderlyingRefID.field
	return 2841
end