Class: Quickfix::LegPaymentStubFixedCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStubFixedCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubFixedCurrency
constructor
A new instance of LegPaymentStubFixedCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubFixedCurrency
Returns a new instance of LegPaymentStubFixedCurrency.
32792 32793 32794 32795 32796 32797 32798 |
# File 'lib/quickfix_fields.rb', line 32792 def initialize(data = nil) if( data == nil ) super(40423) else super(40423, data) end end |
Class Method Details
.field ⇒ Object
32789 32790 32791 |
# File 'lib/quickfix_fields.rb', line 32789 def LegPaymentStubFixedCurrency.field return 40423 end |