Class: Quickfix::PublishTrdIndicator
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::PublishTrdIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PublishTrdIndicator
constructor
A new instance of PublishTrdIndicator.
Constructor Details
#initialize(data = nil) ⇒ PublishTrdIndicator
Returns a new instance of PublishTrdIndicator.
9756 9757 9758 9759 9760 9761 9762 |
# File 'lib/quickfix_fields.rb', line 9756 def initialize(data = nil) if( data == nil ) super(852) else super(852, data) end end |
Class Method Details
.field ⇒ Object
9753 9754 9755 |
# File 'lib/quickfix_fields.rb', line 9753 def PublishTrdIndicator.field return 852 end |