Class: Quickfix::LegExchangeLookAlike
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegExchangeLookAlike
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegExchangeLookAlike
constructor
A new instance of LegExchangeLookAlike.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegExchangeLookAlike
64538 64539 64540 64541 64542 64543 64544 |
# File 'lib/quickfix_fields.rb', line 64538 def initialize(data = nil) if( data == nil ) super(2607) else super(2607, data) end end |
Class Method Details
.field ⇒ Object
64535 64536 64537 |
# File 'lib/quickfix_fields.rb', line 64535 def LegExchangeLookAlike.field return 2607 end |