Class: Quickfix::PaymentStreamCapRateBuySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamCapRateBuySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCapRateBuySide
constructor
A new instance of PaymentStreamCapRateBuySide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCapRateBuySide
Returns a new instance of PaymentStreamCapRateBuySide.
37667 37668 37669 37670 37671 37672 37673 |
# File 'lib/quickfix_fields.rb', line 37667 def initialize(data = nil) if( data == nil ) super(40798) else super(40798, data) end end |
Class Method Details
.field ⇒ Object
37664 37665 37666 |
# File 'lib/quickfix_fields.rb', line 37664 def PaymentStreamCapRateBuySide.field return 40798 end |