Class: Quickfix::MarketID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::MarketID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketID
constructor
A new instance of MarketID.
Constructor Details
#initialize(data = nil) ⇒ MarketID
12967 12968 12969 12970 12971 12972 12973 |
# File 'lib/quickfix_fields.rb', line 12967 def initialize(data = nil) if( data == nil ) super(1301) else super(1301, data) end end |
Class Method Details
.field ⇒ Object
12964 12965 12966 |
# File 'lib/quickfix_fields.rb', line 12964 def MarketID.field return 1301 end |