Class: Quickfix::BlockTrdAllocIndicator
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::BlockTrdAllocIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BlockTrdAllocIndicator
constructor
A new instance of BlockTrdAllocIndicator.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
25925 25926 25927 |
# File 'lib/quickfix_fields.rb', line 25925 def BlockTrdAllocIndicator.field return 1980 end |