Class: Quickfix::AcctIDSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::AcctIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AcctIDSource
constructor
A new instance of AcctIDSource.
Constructor Details
#initialize(data = nil) ⇒ AcctIDSource
Returns a new instance of AcctIDSource.
2489 2490 2491 2492 2493 2494 2495 |
# File 'lib/quickfix_fields.rb', line 2489 def initialize(data = nil) if( data == nil ) super(660) else super(660, data) end end |
Class Method Details
.field ⇒ Object
2486 2487 2488 |
# File 'lib/quickfix_fields.rb', line 2486 def AcctIDSource.field return 660 end |