Class: Quickfix::NoPaymentSettls
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPaymentSettls
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPaymentSettls
constructor
A new instance of NoPaymentSettls.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPaymentSettls
Returns a new instance of NoPaymentSettls.
30283 30284 30285 30286 30287 30288 30289 |
# File 'lib/quickfix_fields.rb', line 30283 def initialize(data = nil) if( data == nil ) super(40230) else super(40230, data) end end |
Class Method Details
.field ⇒ Object
30280 30281 30282 |
# File 'lib/quickfix_fields.rb', line 30280 def NoPaymentSettls.field return 40230 end |