Class: Quickfix::SenderSubID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SenderSubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SenderSubID
constructor
A new instance of SenderSubID.
Constructor Details
#initialize(data = nil) ⇒ SenderSubID
Returns a new instance of SenderSubID.
13474 13475 13476 13477 13478 13479 13480 |
# File 'lib/quickfix_fields.rb', line 13474 def initialize(data = nil) if( data == nil ) super(50) else super(50, data) end end |
Class Method Details
.field ⇒ Object
13471 13472 13473 |
# File 'lib/quickfix_fields.rb', line 13471 def SenderSubID.field return 50 end |