Class: Quickfix::LegMarketDisruptionFallbackBasketCurrency

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

Returns a new instance of LegMarketDisruptionFallbackBasketCurrency.



49016
49017
49018
49019
49020
49021
49022
# File 'lib/quickfix_fields.rb', line 49016

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

Class Method Details

.fieldObject



49013
49014
49015
# File 'lib/quickfix_fields.rb', line 49013

def LegMarketDisruptionFallbackBasketCurrency.field
  return 41479
end