Class: Quickfix::NoPartySubIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoPartySubIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPartySubIDs
constructor
A new instance of NoPartySubIDs.
Constructor Details
#initialize(data = nil) ⇒ NoPartySubIDs
Returns a new instance of NoPartySubIDs.
10211 10212 10213 10214 10215 10216 10217 |
# File 'lib/quickfix_fields.rb', line 10211 def initialize(data = nil) if( data == nil ) super(802) else super(802, data) end end |
Class Method Details
.field ⇒ Object
10208 10209 10210 |
# File 'lib/quickfix_fields.rb', line 10208 def NoPartySubIDs.field return 802 end |