Class: Quickfix::PayCollectMarketSegmentID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PayCollectMarketSegmentID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PayCollectMarketSegmentID
constructor
A new instance of PayCollectMarketSegmentID.
Constructor Details
#initialize(data = nil) ⇒ PayCollectMarketSegmentID
Returns a new instance of PayCollectMarketSegmentID.
22392 22393 22394 22395 22396 22397 22398 |
# File 'lib/quickfix_fields.rb', line 22392 def initialize(data = nil) if( data == nil ) super(1712) else super(1712, data) end end |