Class: Quickfix::NoNestedPartyIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoNestedPartyIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoNestedPartyIDs
constructor
A new instance of NoNestedPartyIDs.
Constructor Details
#initialize(data = nil) ⇒ NoNestedPartyIDs
Returns a new instance of NoNestedPartyIDs.
2541 2542 2543 2544 2545 2546 2547 |
# File 'lib/quickfix_fields.rb', line 2541 def initialize(data = nil) if( data == nil ) super(539) else super(539, data) end end |
Class Method Details
.field ⇒ Object
2538 2539 2540 |
# File 'lib/quickfix_fields.rb', line 2538 def NoNestedPartyIDs.field return 539 end |