Class: Quickfix::PositionCurrencyCodeSource

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

Returns a new instance of PositionCurrencyCodeSource.



79033
79034
79035
79036
79037
79038
79039
# File 'lib/quickfix_fields.rb', line 79033

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

Class Method Details

.fieldObject



79030
79031
79032
# File 'lib/quickfix_fields.rb', line 79030

def PositionCurrencyCodeSource.field
  return 2937
end