Class: Quickfix::SideRegulatoryTradeID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SideRegulatoryTradeID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideRegulatoryTradeID
constructor
A new instance of SideRegulatoryTradeID.
Constructor Details
#initialize(data = nil) ⇒ SideRegulatoryTradeID
Returns a new instance of SideRegulatoryTradeID.
25824 25825 25826 25827 25828 25829 25830 |
# File 'lib/quickfix_fields.rb', line 25824 def initialize(data = nil) if( data == nil ) super(1972) else super(1972, data) end end |