Class: Quickfix::ForexReq
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::ForexReq
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ForexReq
constructor
A new instance of ForexReq.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ ForexReq
Returns a new instance of ForexReq.
2099 2100 2101 2102 2103 2104 2105 |
# File 'lib/quickfix_fields.rb', line 2099 def initialize(data = nil) if( data == nil ) super(121) else super(121, data) end end |
Class Method Details
.field ⇒ Object
2096 2097 2098 |
# File 'lib/quickfix_fields.rb', line 2096 def ForexReq.field return 121 end |