Class: Quickfix::MarketReportID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::MarketReportID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketReportID
constructor
A new instance of MarketReportID.
Constructor Details
#initialize(data = nil) ⇒ MarketReportID
Returns a new instance of MarketReportID.
3087 3088 3089 3090 3091 3092 3093 |
# File 'lib/quickfix_fields.rb', line 3087 def initialize(data = nil) if( data == nil ) super(1394) else super(1394, data) end end |
Class Method Details
.field ⇒ Object
3084 3085 3086 |
# File 'lib/quickfix_fields.rb', line 3084 def MarketReportID.field return 1394 end |