Class: Quickfix::MailingDtls

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MailingDtls

Returns a new instance of MailingDtls.



7143
7144
7145
7146
7147
7148
7149
# File 'lib/quickfix_fields.rb', line 7143

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

Class Method Details

.fieldObject



7140
7141
7142
# File 'lib/quickfix_fields.rb', line 7140

def MailingDtls.field
	return 474
end