Class: Quickfix::LegMarketDisruptionFallbackBasketCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegMarketDisruptionFallbackBasketCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMarketDisruptionFallbackBasketCurrency
constructor
A new instance of LegMarketDisruptionFallbackBasketCurrency.
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
.field ⇒ Object
49013 49014 49015 |
# File 'lib/quickfix_fields.rb', line 49013 def LegMarketDisruptionFallbackBasketCurrency.field return 41479 end |