Class: Quickfix::NoMarketSegments
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoMarketSegments
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
1709 1710 1711 1712 1713 1714 1715 |
# File 'lib/quickfix_fields.rb', line 1709 def initialize(data = nil) if( data == nil ) super(1310) else super(1310, data) end end |
Class Method Details
.field ⇒ Object
1706 1707 1708 |
# File 'lib/quickfix_fields.rb', line 1706 def NoMarketSegments.field return 1310 end |