Class: Quickfix::AgreementDesc

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

Returns a new instance of AgreementDesc.



12343
12344
12345
12346
12347
12348
12349
# File 'lib/quickfix_fields.rb', line 12343

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

Class Method Details

.fieldObject



12340
12341
12342
# File 'lib/quickfix_fields.rb', line 12340

def AgreementDesc.field
	return 913
end