Class: Quickfix::NoPartyDetails
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoPartyDetails
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPartyDetails
constructor
A new instance of NoPartyDetails.
Constructor Details
#initialize(data = nil) ⇒ NoPartyDetails
Returns a new instance of NoPartyDetails.
21391 21392 21393 21394 21395 21396 21397 |
# File 'lib/quickfix_fields.rb', line 21391 def initialize(data = nil) if( data == nil ) super(1671) else super(1671, data) end end |