Class: Quickfix::UnderlyingNotionalCurrency

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

Returns a new instance of UnderlyingNotionalCurrency.



72260
72261
72262
72263
72264
72265
72266
# File 'lib/quickfix_fields.rb', line 72260

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

Class Method Details

.fieldObject



72257
72258
72259
# File 'lib/quickfix_fields.rb', line 72257

def UnderlyingNotionalCurrency.field
  return 2615
end