Class: Quickfix::PaymentStreamRateSpreadType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamRateSpreadType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateSpreadType
constructor
A new instance of PaymentStreamRateSpreadType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateSpreadType
Returns a new instance of PaymentStreamRateSpreadType.
44921 44922 44923 44924 44925 44926 44927 |
# File 'lib/quickfix_fields.rb', line 44921 def initialize(data = nil) if( data == nil ) super(41206) else super(41206, data) end end |
Class Method Details
.field ⇒ Object
44918 44919 44920 |
# File 'lib/quickfix_fields.rb', line 44918 def PaymentStreamRateSpreadType.field return 41206 end |