Class: Quickfix::MasterConfirmationAnnexDesc

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

Class Method Details

.fieldObject



25717
25718
25719
# File 'lib/quickfix_fields.rb', line 25717

def MasterConfirmationAnnexDesc.field
  return 1964
end