Class: Quickfix::CopyMsgIndicator
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::CopyMsgIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CopyMsgIndicator
constructor
A new instance of CopyMsgIndicator.
Constructor Details
#initialize(data = nil) ⇒ CopyMsgIndicator
Returns a new instance of CopyMsgIndicator.
3412 3413 3414 3415 3416 3417 3418 |
# File 'lib/quickfix_fields.rb', line 3412 def initialize(data = nil) if( data == nil ) super(797) else super(797, data) end end |
Class Method Details
.field ⇒ Object
3409 3410 3411 |
# File 'lib/quickfix_fields.rb', line 3409 def CopyMsgIndicator.field return 797 end |