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