Class: Quickfix::LegMasterConfirmationAnnexDesc

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

Returns a new instance of LegMasterConfirmationAnnexDesc.



61509
61510
61511
61512
61513
61514
61515
# File 'lib/quickfix_fields.rb', line 61509

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

Class Method Details

.fieldObject



61506
61507
61508
# File 'lib/quickfix_fields.rb', line 61506

def LegMasterConfirmationAnnexDesc.field
	return 2512
end