Class: Quickfix::NoNested2PartyIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoNested2PartyIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoNested2PartyIDs
constructor
A new instance of NoNested2PartyIDs.
Constructor Details
#initialize(data = nil) ⇒ NoNested2PartyIDs
Returns a new instance of NoNested2PartyIDs.
266 267 268 269 270 271 272 |
# File 'lib/quickfix_fields.rb', line 266 def initialize(data = nil) if( data == nil ) super(756) else super(756, data) end end |
Class Method Details
.field ⇒ Object
263 264 265 |
# File 'lib/quickfix_fields.rb', line 263 def NoNested2PartyIDs.field return 756 end |