Class: Quickfix::RiskLimitCurrencyCodeSource

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



79059
79060
79061
79062
79063
79064
79065
# File 'lib/quickfix_fields.rb', line 79059

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

Class Method Details

.fieldObject



79056
79057
79058
# File 'lib/quickfix_fields.rb', line 79056

def RiskLimitCurrencyCodeSource.field
  return 2939
end