Class: Quickfix::LegComplexOptPayoutCurrencyCodeSource

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

Returns a new instance of LegComplexOptPayoutCurrencyCodeSource.



79124
79125
79126
79127
79128
79129
79130
# File 'lib/quickfix_fields.rb', line 79124

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

Class Method Details

.fieldObject



79121
79122
79123
# File 'lib/quickfix_fields.rb', line 79121

def LegComplexOptPayoutCurrencyCodeSource.field
  return 2944
end