Class: Quickfix::FutSettDate2

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

Returns a new instance of FutSettDate2.



2918
2919
2920
2921
2922
2923
2924
# File 'lib/quickfix_fields.rb', line 2918

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

Class Method Details

.fieldObject



2915
2916
2917
# File 'lib/quickfix_fields.rb', line 2915

def FutSettDate2.field
  return 193
end