Class: Quickfix::MasterConfirmationDate

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

Returns a new instance of MasterConfirmationDate.



25707
25708
25709
25710
25711
25712
25713
# File 'lib/quickfix_fields.rb', line 25707

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

Class Method Details

.fieldObject



25704
25705
25706
# File 'lib/quickfix_fields.rb', line 25704

def MasterConfirmationDate.field
  return 1963
end