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