Class: Quickfix::LegAgreementDesc

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

Returns a new instance of LegAgreementDesc.



61314
61315
61316
61317
61318
61319
61320
# File 'lib/quickfix_fields.rb', line 61314

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

Class Method Details

.fieldObject



61311
61312
61313
# File 'lib/quickfix_fields.rb', line 61311

def LegAgreementDesc.field
	return 2497
end