Class: Quickfix::ForexReq
- Inherits:
-
BoolField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ ForexReq
Returns a new instance of ForexReq.
14670 14671 14672 14673 14674 14675 14676 |
# File 'lib/quickfix_fields.rb', line 14670 def initialize(data = nil) if( data == nil ) super(121) else super(121, data) end end |
Class Method Details
.field ⇒ Object
14667 14668 14669 |
# File 'lib/quickfix_fields.rb', line 14667 def ForexReq.field return 121 end |