Class: Quickfix::MarketReqID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::MarketReqID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketReqID
constructor
A new instance of MarketReqID.
Constructor Details
#initialize(data = nil) ⇒ MarketReqID
Returns a new instance of MarketReqID.
17660 17661 17662 17663 17664 17665 17666 |
# File 'lib/quickfix_fields.rb', line 17660 def initialize(data = nil) if( data == nil ) super(1393) else super(1393, data) end end |