Class: Quickfix::TradeReportType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TradeReportType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeReportType
constructor
A new instance of TradeReportType.
Constructor Details
#initialize(data = nil) ⇒ TradeReportType
Returns a new instance of TradeReportType.
11602 11603 11604 11605 11606 11607 11608 |
# File 'lib/quickfix_fields.rb', line 11602 def initialize(data = nil) if( data == nil ) super(856) else super(856, data) end end |