Class: Quickfix::LegFutSettDate

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

Returns a new instance of LegFutSettDate.



8001
8002
8003
8004
8005
8006
8007
# File 'lib/quickfix_fields.rb', line 8001

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

Class Method Details

.fieldObject



7998
7999
8000
# File 'lib/quickfix_fields.rb', line 7998

def LegFutSettDate.field
  return 588
end