Class: Quickfix::TradeReportingIndicator
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TradeReportingIndicator
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeReportingIndicator
constructor
A new instance of TradeReportingIndicator.
Constructor Details
#initialize(data = nil) ⇒ TradeReportingIndicator
Returns a new instance of TradeReportingIndicator.
75250 75251 75252 75253 75254 75255 75256 |
# File 'lib/quickfix_fields.rb', line 75250 def initialize(data = nil) if( data == nil ) super(2524) else super(2524, data) end end |