Class: Quickfix::RegistRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RegistRefID

Returns a new instance of RegistRefID.



3893
3894
3895
3896
3897
3898
3899
# File 'lib/quickfix_fields.rb', line 3893

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

Class Method Details

.fieldObject



3890
3891
3892
# File 'lib/quickfix_fields.rb', line 3890

def RegistRefID.field
	return 508
end