Class: Quickfix::NoPartyIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoPartyIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPartyIDs
constructor
A new instance of NoPartyIDs.
Constructor Details
#initialize(data = nil) ⇒ NoPartyIDs
Returns a new instance of NoPartyIDs.
15489 15490 15491 15492 15493 15494 15495 |
# File 'lib/quickfix_fields.rb', line 15489 def initialize(data = nil) if( data == nil ) super(453) else super(453, data) end end |
Class Method Details
.field ⇒ Object
15486 15487 15488 |
# File 'lib/quickfix_fields.rb', line 15486 def NoPartyIDs.field return 453 end |