Class: Quickfix::SideRegulatoryTradeIDScope
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SideRegulatoryTradeIDScope
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideRegulatoryTradeIDScope
constructor
A new instance of SideRegulatoryTradeIDScope.
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 |