Class: Quickfix::LegAllocAcctIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegAllocAcctIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAllocAcctIDSource
constructor
A new instance of LegAllocAcctIDSource.
Constructor Details
#initialize(data = nil) ⇒ LegAllocAcctIDSource
18284 18285 18286 18287 18288 18289 18290 |
# File 'lib/quickfix_fields.rb', line 18284 def initialize(data = nil) if( data == nil ) super(674) else super(674, data) end end |
Class Method Details
.field ⇒ Object
18281 18282 18283 |
# File 'lib/quickfix_fields.rb', line 18281 def LegAllocAcctIDSource.field return 674 end |