Class: Quickfix::NoSettlPartySubIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoSettlPartySubIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoSettlPartySubIDs
constructor
A new instance of NoSettlPartySubIDs.
Constructor Details
#initialize(data = nil) ⇒ NoSettlPartySubIDs
Returns a new instance of NoSettlPartySubIDs.
955 956 957 958 959 960 961 |
# File 'lib/quickfix_fields.rb', line 955 def initialize(data = nil) if( data == nil ) super(801) else super(801, data) end end |
Class Method Details
.field ⇒ Object
952 953 954 |
# File 'lib/quickfix_fields.rb', line 952 def NoSettlPartySubIDs.field return 801 end |