Class: Quickfix::UnderlyingPaymentStreamRateSpreadCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamRateSpreadCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateSpreadCurrency
constructor
A new instance of UnderlyingPaymentStreamRateSpreadCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateSpreadCurrency
Returns a new instance of UnderlyingPaymentStreamRateSpreadCurrency.
55243 55244 55245 55246 55247 55248 55249 |
# File 'lib/quickfix_fields.rb', line 55243 def initialize(data = nil) if( data == nil ) super(41920) else super(41920, data) end end |
Class Method Details
.field ⇒ Object
55240 55241 55242 |
# File 'lib/quickfix_fields.rb', line 55240 def UnderlyingPaymentStreamRateSpreadCurrency.field return 41920 end |