Class: Quickfix::NoSettlPartyIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoSettlPartyIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoSettlPartyIDs
constructor
A new instance of NoSettlPartyIDs.
Constructor Details
#initialize(data = nil) ⇒ NoSettlPartyIDs
Returns a new instance of NoSettlPartyIDs.
3724 3725 3726 3727 3728 3729 3730 |
# File 'lib/quickfix_fields.rb', line 3724 def initialize(data = nil) if( data == nil ) super(781) else super(781, data) end end |
Class Method Details
.field ⇒ Object
3721 3722 3723 |
# File 'lib/quickfix_fields.rb', line 3721 def NoSettlPartyIDs.field return 781 end |