Class: Quickfix::ComplexOptPayoutCurrencyCodeSource

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



79085
79086
79087
79088
79089
79090
79091
# File 'lib/quickfix_fields.rb', line 79085

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

Class Method Details

.fieldObject



79082
79083
79084
# File 'lib/quickfix_fields.rb', line 79082

def ComplexOptPayoutCurrencyCodeSource.field
  return 2941
end