Class: Quickfix::NoPartyUpdates
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoPartyUpdates
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPartyUpdates
constructor
A new instance of NoPartyUpdates.
Constructor Details
#initialize(data = nil) ⇒ NoPartyUpdates
Returns a new instance of NoPartyUpdates.
21443 21444 21445 21446 21447 21448 21449 |
# File 'lib/quickfix_fields.rb', line 21443 def initialize(data = nil) if( data == nil ) super(1676) else super(1676, data) end end |