Class: Quickfix::LegAccount
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegAccount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAccount
constructor
A new instance of LegAccount.
Constructor Details
#initialize(data = nil) ⇒ LegAccount
Returns a new instance of LegAccount.
75380 75381 75382 75383 75384 75385 75386 |
# File 'lib/quickfix_fields.rb', line 75380 def initialize(data = nil) if( data == nil ) super(2680) else super(2680, data) end end |