Class: Quickfix::NoMarketSegments
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoMarketSegments
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoMarketSegments
constructor
A new instance of NoMarketSegments.
Constructor Details
#initialize(data = nil) ⇒ NoMarketSegments
Returns a new instance of NoMarketSegments.
17374 17375 17376 17377 17378 17379 17380 |
# File 'lib/quickfix_fields.rb', line 17374 def initialize(data = nil) if( data == nil ) super(1310) else super(1310, data) end end |