Class: Quickfix::HandlInst
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::HandlInst
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ HandlInst
constructor
A new instance of HandlInst.
Constructor Details
#initialize(data = nil) ⇒ HandlInst
Returns a new instance of HandlInst.
5440 5441 5442 5443 5444 5445 5446 |
# File 'lib/quickfix_fields.rb', line 5440 def initialize(data = nil) if( data == nil ) super(21) else super(21, data) end end |
Class Method Details
.field ⇒ Object
5437 5438 5439 |
# File 'lib/quickfix_fields.rb', line 5437 def HandlInst.field return 21 end |