Class: Quickfix::PaymentStubFixedCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStubFixedCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubFixedCurrency
constructor
A new instance of PaymentStubFixedCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStubFixedCurrency
Returns a new instance of PaymentStubFixedCurrency.
38694 38695 38696 38697 38698 38699 38700 |
# File 'lib/quickfix_fields.rb', line 38694 def initialize(data = nil) if( data == nil ) super(40877) else super(40877, data) end end |
Class Method Details
.field ⇒ Object
38691 38692 38693 |
# File 'lib/quickfix_fields.rb', line 38691 def PaymentStubFixedCurrency.field return 40877 end |