Class: Quickfix::UnderlyingCashSettlCurrency

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

Returns a new instance of UnderlyingCashSettlCurrency.



58376
58377
58378
58379
58380
58381
58382
# File 'lib/quickfix_fields.rb', line 58376

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

Class Method Details

.fieldObject



58373
58374
58375
# File 'lib/quickfix_fields.rb', line 58373

def UnderlyingCashSettlCurrency.field
  return 42042
end