Class: Quickfix::NoNested3PartyIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoNested3PartyIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoNested3PartyIDs
constructor
A new instance of NoNested3PartyIDs.
Constructor Details
#initialize(data = nil) ⇒ NoNested3PartyIDs
Returns a new instance of NoNested3PartyIDs.
18518 18519 18520 18521 18522 18523 18524 |
# File 'lib/quickfix_fields.rb', line 18518 def initialize(data = nil) if( data == nil ) super(948) else super(948, data) end end |
Class Method Details
.field ⇒ Object
18515 18516 18517 |
# File 'lib/quickfix_fields.rb', line 18515 def NoNested3PartyIDs.field return 948 end |