Class: Quickfix::UnderlyingComplexOptPayoutCurrency

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

Returns a new instance of UnderlyingComplexOptPayoutCurrency.



52578
52579
52580
52581
52582
52583
52584
# File 'lib/quickfix_fields.rb', line 52578

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

Class Method Details

.fieldObject



52575
52576
52577
# File 'lib/quickfix_fields.rb', line 52575

def UnderlyingComplexOptPayoutCurrency.field
  return 2266
end