Class: Quickfix::NoRequestingPartyIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoRequestingPartyIDs
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRequestingPartyIDs
constructor
A new instance of NoRequestingPartyIDs.
Constructor Details
#initialize(data = nil) ⇒ NoRequestingPartyIDs
21209 21210 21211 21212 21213 21214 21215 |
# File 'lib/quickfix_fields.rb', line 21209 def initialize(data = nil) if( data == nil ) super(1657) else super(1657, data) end end |