Class: Quickfix::NoUnderlyingMarketDisruptionFallbackReferencePrices
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingMarketDisruptionFallbackReferencePrices
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingMarketDisruptionFallbackReferencePrices
constructor
A new instance of NoUnderlyingMarketDisruptionFallbackReferencePrices.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingMarketDisruptionFallbackReferencePrices
Returns a new instance of NoUnderlyingMarketDisruptionFallbackReferencePrices.
54567 54568 54569 54570 54571 54572 54573 |
# File 'lib/quickfix_fields.rb', line 54567 def initialize(data = nil) if( data == nil ) super(41868) else super(41868, data) end end |
Class Method Details
.field ⇒ Object
54564 54565 54566 |
# File 'lib/quickfix_fields.rb', line 54564 def .field return 41868 end |