Class: Quickfix::LegAllocAccount
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegAllocAccount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAllocAccount
constructor
A new instance of LegAllocAccount.
Constructor Details
#initialize(data = nil) ⇒ LegAllocAccount
Returns a new instance of LegAllocAccount.
9249 9250 9251 9252 9253 9254 9255 |
# File 'lib/quickfix_fields.rb', line 9249 def initialize(data = nil) if( data == nil ) super(671) else super(671, data) end end |