Class: Quickfix::OnBehalfOfSubID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::OnBehalfOfSubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OnBehalfOfSubID
constructor
A new instance of OnBehalfOfSubID.
Constructor Details
#initialize(data = nil) ⇒ OnBehalfOfSubID
Returns a new instance of OnBehalfOfSubID.
4270 4271 4272 4273 4274 4275 4276 |
# File 'lib/quickfix_fields.rb', line 4270 def initialize(data = nil) if( data == nil ) super(116) else super(116, data) end end |
Class Method Details
.field ⇒ Object
4267 4268 4269 |
# File 'lib/quickfix_fields.rb', line 4267 def OnBehalfOfSubID.field return 116 end |