Class: Quickfix::NoTargetMarketSegments
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoTargetMarketSegments
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoTargetMarketSegments
constructor
A new instance of NoTargetMarketSegments.
Constructor Details
#initialize(data = nil) ⇒ NoTargetMarketSegments
Returns a new instance of NoTargetMarketSegments.
23393 23394 23395 23396 23397 23398 23399 |
# File 'lib/quickfix_fields.rb', line 23393 def initialize(data = nil) if( data == nil ) super(1789) else super(1789, data) end end |