Class: Quickfix::ForexReq
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::ForexReq
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ForexReq
constructor
A new instance of ForexReq.
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 |