Class: Quickfix::RegistDtls

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RegistDtls

Returns a new instance of RegistDtls.



13773
13774
13775
13776
13777
13778
13779
# File 'lib/quickfix_fields.rb', line 13773

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

Class Method Details

.fieldObject



13770
13771
13772
# File 'lib/quickfix_fields.rb', line 13770

def RegistDtls.field
	return 509
end