Class: Quickfix::ComplexOptPayoutUnderlier

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

Returns a new instance of ComplexOptPayoutUnderlier.



41203
41204
41205
41206
41207
41208
41209
# File 'lib/quickfix_fields.rb', line 41203

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

Class Method Details

.fieldObject



41200
41201
41202
# File 'lib/quickfix_fields.rb', line 41200

def ComplexOptPayoutUnderlier.field
  return 2119
end