Class: Quickfix::ExchangeLookAlike
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::ExchangeLookAlike
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExchangeLookAlike
constructor
A new instance of ExchangeLookAlike.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ ExchangeLookAlike
Returns a new instance of ExchangeLookAlike.
64486 64487 64488 64489 64490 64491 64492 |
# File 'lib/quickfix_fields.rb', line 64486 def initialize(data = nil) if( data == nil ) super(2603) else super(2603, data) end end |
Class Method Details
.field ⇒ Object
64483 64484 64485 |
# File 'lib/quickfix_fields.rb', line 64483 def ExchangeLookAlike.field return 2603 end |