Class: Quickfix::NoRegulatoryTradeIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoRegulatoryTradeIDs
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRegulatoryTradeIDs
constructor
A new instance of NoRegulatoryTradeIDs.
Constructor Details
#initialize(data = nil) ⇒ NoRegulatoryTradeIDs
Returns a new instance of NoRegulatoryTradeIDs.
25122 25123 25124 25125 25126 25127 25128 |
# File 'lib/quickfix_fields.rb', line 25122 def initialize(data = nil) if( data == nil ) super(1907) else super(1907, data) end end |