Class: Quickfix::NoPartyDetailAltSubIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPartyDetailAltSubIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPartyDetailAltSubIDs
constructor
A new instance of NoPartyDetailAltSubIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPartyDetailAltSubIDs
Returns a new instance of NoPartyDetailAltSubIDs.
20520 20521 20522 20523 20524 20525 20526 |
# File 'lib/quickfix_fields.rb', line 20520 def initialize(data = nil) if( data == nil ) super(1519) else super(1519, data) end end |
Class Method Details
.field ⇒ Object
20517 20518 20519 |
# File 'lib/quickfix_fields.rb', line 20517 def NoPartyDetailAltSubIDs.field return 1519 end |