Class: Quickfix::LegMasterConfirmationDesc

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

Returns a new instance of LegMasterConfirmationDesc.



61496
61497
61498
61499
61500
61501
61502
# File 'lib/quickfix_fields.rb', line 61496

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

Class Method Details

.fieldObject



61493
61494
61495
# File 'lib/quickfix_fields.rb', line 61493

def LegMasterConfirmationDesc.field
  return 2511
end