Class: Quickfix::MarketSegmentID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::MarketSegmentID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketSegmentID
constructor
A new instance of MarketSegmentID.
Constructor Details
#initialize(data = nil) ⇒ MarketSegmentID
Returns a new instance of MarketSegmentID.
4712 4713 4714 4715 4716 4717 4718 |
# File 'lib/quickfix_fields.rb', line 4712 def initialize(data = nil) if( data == nil ) super(1300) else super(1300, data) end end |
Class Method Details
.field ⇒ Object
4709 4710 4711 |
# File 'lib/quickfix_fields.rb', line 4709 def MarketSegmentID.field return 1300 end |