Class: Quickfix::AllocRegulatoryTradeIDScope
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AllocRegulatoryTradeIDScope
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocRegulatoryTradeIDScope
constructor
A new instance of AllocRegulatoryTradeIDScope.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AllocRegulatoryTradeIDScope
Returns a new instance of AllocRegulatoryTradeIDScope.
57622 57623 57624 57625 57626 57627 57628 |
# File 'lib/quickfix_fields.rb', line 57622 def initialize(data = nil) if( data == nil ) super(2399) else super(2399, data) end end |
Class Method Details
.field ⇒ Object
57619 57620 57621 |
# File 'lib/quickfix_fields.rb', line 57619 def AllocRegulatoryTradeIDScope.field return 2399 end |