Class: Quickfix::LegComplexOptPayoutUnderlier

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

Returns a new instance of LegComplexOptPayoutUnderlier.



47482
47483
47484
47485
47486
47487
47488
# File 'lib/quickfix_fields.rb', line 47482

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

Class Method Details

.fieldObject



47479
47480
47481
# File 'lib/quickfix_fields.rb', line 47479

def LegComplexOptPayoutUnderlier.field
  return 2222
end