Class: Quickfix::NoRequestingPartySubIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoRequestingPartySubIDs
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRequestingPartySubIDs
constructor
A new instance of NoRequestingPartySubIDs.
Constructor Details
#initialize(data = nil) ⇒ NoRequestingPartySubIDs
Returns a new instance of NoRequestingPartySubIDs.
21261 21262 21263 21264 21265 21266 21267 |
# File 'lib/quickfix_fields.rb', line 21261 def initialize(data = nil) if( data == nil ) super(1661) else super(1661, data) end end |