Class: Quickfix::MasterConfirmationDesc

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

Returns a new instance of MasterConfirmationDesc.



25694
25695
25696
25697
25698
25699
25700
# File 'lib/quickfix_fields.rb', line 25694

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

Class Method Details

.fieldObject



25691
25692
25693
# File 'lib/quickfix_fields.rb', line 25691

def MasterConfirmationDesc.field
  return 1962
end