Class: Quickfix::PaymentScheduleCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentScheduleCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleCurrency
constructor
A new instance of PaymentScheduleCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleCurrency
Returns a new instance of PaymentScheduleCurrency.
38161 38162 38163 38164 38165 38166 38167 |
# File 'lib/quickfix_fields.rb', line 38161 def initialize(data = nil) if( data == nil ) super(40836) else super(40836, data) end end |
Class Method Details
.field ⇒ Object
38158 38159 38160 |
# File 'lib/quickfix_fields.rb', line 38158 def PaymentScheduleCurrency.field return 40836 end |