Class: Quickfix::TradePublishIndicator
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TradePublishIndicator
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradePublishIndicator
constructor
A new instance of TradePublishIndicator.
Constructor Details
#initialize(data = nil) ⇒ TradePublishIndicator
Returns a new instance of TradePublishIndicator.
18453 18454 18455 18456 18457 18458 18459 |
# File 'lib/quickfix_fields.rb', line 18453 def initialize(data = nil) if( data == nil ) super(1390) else super(1390, data) end end |