Class: Quickfix::UnderlyingProductComplex

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



26279
26280
26281
26282
26283
26284
26285
# File 'lib/quickfix_fields.rb', line 26279

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

Class Method Details

.fieldObject



26276
26277
26278
# File 'lib/quickfix_fields.rb', line 26276

def UnderlyingProductComplex.field
  return 2007
end