Class: Quickfix::SideRegulatoryTradeIDScope
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SideRegulatoryTradeIDScope
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideRegulatoryTradeIDScope
constructor
A new instance of SideRegulatoryTradeIDScope.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SideRegulatoryTradeIDScope
Returns a new instance of SideRegulatoryTradeIDScope.
57609 57610 57611 57612 57613 57614 57615 |
# File 'lib/quickfix_fields.rb', line 57609 def initialize(data = nil) if( data == nil ) super(2398) else super(2398, data) end end |
Class Method Details
.field ⇒ Object
57606 57607 57608 |
# File 'lib/quickfix_fields.rb', line 57606 def SideRegulatoryTradeIDScope.field return 2398 end |