Class: Quickfix::LegIndexAnnexDate

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

Returns a new instance of LegIndexAnnexDate.



42828
42829
42830
42831
42832
42833
42834
# File 'lib/quickfix_fields.rb', line 42828

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

Class Method Details

.fieldObject



42825
42826
42827
# File 'lib/quickfix_fields.rb', line 42825

def LegIndexAnnexDate.field
  return 2174
end