Class: Quickfix::UnderlyingExchangeLookAlike
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingExchangeLookAlike
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingExchangeLookAlike
constructor
A new instance of UnderlyingExchangeLookAlike.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingExchangeLookAlike
Returns a new instance of UnderlyingExchangeLookAlike.
72377 72378 72379 72380 72381 72382 72383 |
# File 'lib/quickfix_fields.rb', line 72377 def initialize(data = nil) if( data == nil ) super(2625) else super(2625, data) end end |
Class Method Details
.field ⇒ Object
72374 72375 72376 |
# File 'lib/quickfix_fields.rb', line 72374 def UnderlyingExchangeLookAlike.field return 2625 end |