Class: Quickfix::OffMarketPriceIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::OffMarketPriceIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OffMarketPriceIndicator
constructor
A new instance of OffMarketPriceIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ OffMarketPriceIndicator
Returns a new instance of OffMarketPriceIndicator.
25278 25279 25280 25281 25282 25283 25284 |
# File 'lib/quickfix_fields.rb', line 25278 def initialize(data = nil) if( data == nil ) super(1930) else super(1930, data) end end |
Class Method Details
.field ⇒ Object
25275 25276 25277 |
# File 'lib/quickfix_fields.rb', line 25275 def OffMarketPriceIndicator.field return 1930 end |