Class: Quickfix::MasterConfirmationAnnexDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MasterConfirmationAnnexDesc

Returns a new instance of MasterConfirmationAnnexDesc.



25720
25721
25722
25723
25724
25725
25726
# File 'lib/quickfix_fields.rb', line 25720

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