Class: Quickfix::RegulatoryTradeIDScope
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RegulatoryTradeIDScope
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RegulatoryTradeIDScope
constructor
A new instance of RegulatoryTradeIDScope.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RegulatoryTradeIDScope
Returns a new instance of RegulatoryTradeIDScope.
57596 57597 57598 57599 57600 57601 57602 |
# File 'lib/quickfix_fields.rb', line 57596 def initialize(data = nil) if( data == nil ) super(2397) else super(2397, data) end end |
Class Method Details
.field ⇒ Object
57593 57594 57595 |
# File 'lib/quickfix_fields.rb', line 57593 def RegulatoryTradeIDScope.field return 2397 end |