Class: Quickfix::UnderlyingMarketDisruptionFallbackBasketCurrency

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

Returns a new instance of UnderlyingMarketDisruptionFallbackBasketCurrency.



54671
54672
54673
54674
54675
54676
54677
# File 'lib/quickfix_fields.rb', line 54671

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

Class Method Details

.fieldObject



54668
54669
54670
# File 'lib/quickfix_fields.rb', line 54668

def UnderlyingMarketDisruptionFallbackBasketCurrency.field
  return 41876
end