Class: Quickfix::NoNotAffectedMarketSegments
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoNotAffectedMarketSegments
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoNotAffectedMarketSegments
constructor
A new instance of NoNotAffectedMarketSegments.
Constructor Details
#initialize(data = nil) ⇒ NoNotAffectedMarketSegments
Returns a new instance of NoNotAffectedMarketSegments.
23445 23446 23447 23448 23449 23450 23451 |
# File 'lib/quickfix_fields.rb', line 23445 def initialize(data = nil) if( data == nil ) super(1793) else super(1793, data) end end |