Class: Quickfix::UnderlyingPaymentScheduleCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentScheduleCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleCurrency
constructor
A new instance of UnderlyingPaymentScheduleCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleCurrency
Returns a new instance of UnderlyingPaymentScheduleCurrency.
36029 36030 36031 36032 36033 36034 36035 |
# File 'lib/quickfix_fields.rb', line 36029 def initialize(data = nil) if( data == nil ) super(40672) else super(40672, data) end end |
Class Method Details
.field ⇒ Object
36026 36027 36028 |
# File 'lib/quickfix_fields.rb', line 36026 def .field return 40672 end |