Class: Quickfix::MasterConfirmationAnnexDate

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

Returns a new instance of MasterConfirmationAnnexDate.



25733
25734
25735
25736
25737
25738
25739
# File 'lib/quickfix_fields.rb', line 25733

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

Class Method Details

.fieldObject



25730
25731
25732
# File 'lib/quickfix_fields.rb', line 25730

def MasterConfirmationAnnexDate.field
  return 1965
end