Class: Quickfix::PublishTrdIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ PublishTrdIndicator
Returns a new instance of PublishTrdIndicator.
11550 11551 11552 11553 11554 11555 11556 |
# File 'lib/quickfix_fields.rb', line 11550 def initialize(data = nil) if( data == nil ) super(852) else super(852, data) end end |
Class Method Details
.field ⇒ Object
11547 11548 11549 |
# File 'lib/quickfix_fields.rb', line 11547 def PublishTrdIndicator.field return 852 end |