Class: Quickfix::BlockTrdAllocIndicator
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::BlockTrdAllocIndicator
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BlockTrdAllocIndicator
constructor
A new instance of BlockTrdAllocIndicator.
Constructor Details
#initialize(data = nil) ⇒ BlockTrdAllocIndicator
Returns a new instance of BlockTrdAllocIndicator.
25928 25929 25930 25931 25932 25933 25934 |
# File 'lib/quickfix_fields.rb', line 25928 def initialize(data = nil) if( data == nil ) super(1980) else super(1980, data) end end |