Class: Quickfix::LegPaymentStreamRateSpreadCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamRateSpreadCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateSpreadCurrency
constructor
A new instance of LegPaymentStreamRateSpreadCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateSpreadCurrency
50225 50226 50227 50228 50229 50230 50231 |
# File 'lib/quickfix_fields.rb', line 50225 def initialize(data = nil) if( data == nil ) super(41572) else super(41572, data) end end |
Class Method Details
.field ⇒ Object
50222 50223 50224 |
# File 'lib/quickfix_fields.rb', line 50222 def LegPaymentStreamRateSpreadCurrency.field return 41572 end |