Class: Quickfix::LegVersusPurchaseDate

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

Returns a new instance of LegVersusPurchaseDate.



22977
22978
22979
22980
22981
22982
22983
# File 'lib/quickfix_fields.rb', line 22977

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

Class Method Details

.fieldObject



22974
22975
22976
# File 'lib/quickfix_fields.rb', line 22974

def LegVersusPurchaseDate.field
  return 1757
end