Class: Quickfix::UnderlyingNotionalCurrencyCodeSource

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

Returns a new instance of UnderlyingNotionalCurrencyCodeSource.



78825
78826
78827
78828
78829
78830
78831
# File 'lib/quickfix_fields.rb', line 78825

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

Class Method Details

.fieldObject



78822
78823
78824
# File 'lib/quickfix_fields.rb', line 78822

def UnderlyingNotionalCurrencyCodeSource.field
  return 2921
end