Class: Quickfix::MarketDisruptionFallbackBasketCurrency

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

Returns a new instance of MarketDisruptionFallbackBasketCurrency.



43569
43570
43571
43572
43573
43574
43575
# File 'lib/quickfix_fields.rb', line 43569

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

Class Method Details

.fieldObject



43566
43567
43568
# File 'lib/quickfix_fields.rb', line 43566

def MarketDisruptionFallbackBasketCurrency.field
  return 41104
end