Class: Quickfix::LegAllocAccount
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegAllocAccount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
11836 11837 11838 11839 11840 11841 11842 |
# File 'lib/quickfix_fields.rb', line 11836 def initialize(data = nil) if( data == nil ) super(671) else super(671, data) end end |
Class Method Details
.field ⇒ Object
11833 11834 11835 |
# File 'lib/quickfix_fields.rb', line 11833 def LegAllocAccount.field return 671 end |