Class: Quickfix::UnderlyingPaymentStubFixedCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStubFixedCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubFixedCurrency
constructor
A new instance of UnderlyingPaymentStubFixedCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubFixedCurrency
Returns a new instance of UnderlyingPaymentStubFixedCurrency.
36562 36563 36564 36565 36566 36567 36568 |
# File 'lib/quickfix_fields.rb', line 36562 def initialize(data = nil) if( data == nil ) super(40713) else super(40713, data) end end |
Class Method Details
.field ⇒ Object
36559 36560 36561 |
# File 'lib/quickfix_fields.rb', line 36559 def .field return 40713 end |