Class: Quickfix::NoPartyUpdates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPartyUpdates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPartyUpdates
constructor
A new instance of NoPartyUpdates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPartyUpdates
Returns a new instance of NoPartyUpdates.
21443 21444 21445 21446 21447 21448 21449 |
# File 'lib/quickfix_fields.rb', line 21443 def initialize(data = nil) if( data == nil ) super(1676) else super(1676, data) end end |
Class Method Details
.field ⇒ Object
21440 21441 21442 |
# File 'lib/quickfix_fields.rb', line 21440 def NoPartyUpdates.field return 1676 end |