Class: Quickfix::ExchangeForPhysical
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::ExchangeForPhysical
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExchangeForPhysical
constructor
A new instance of ExchangeForPhysical.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ ExchangeForPhysical
Returns a new instance of ExchangeForPhysical.
5128 5129 5130 5131 5132 5133 5134 |
# File 'lib/quickfix_fields.rb', line 5128 def initialize(data = nil) if( data == nil ) super(411) else super(411, data) end end |
Class Method Details
.field ⇒ Object
5125 5126 5127 |
# File 'lib/quickfix_fields.rb', line 5125 def ExchangeForPhysical.field return 411 end |