Class: Quickfix::LegPaymentStreamFinalRateRoundingDirection
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::LegPaymentStreamFinalRateRoundingDirection
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamFinalRateRoundingDirection
constructor
A new instance of LegPaymentStreamFinalRateRoundingDirection.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamFinalRateRoundingDirection
Returns a new instance of LegPaymentStreamFinalRateRoundingDirection.
31791 31792 31793 31794 31795 31796 31797 |
# File 'lib/quickfix_fields.rb', line 31791 def initialize(data = nil) if( data == nil ) super(40346) else super(40346, data) end end |
Class Method Details
.field ⇒ Object
31788 31789 31790 |
# File 'lib/quickfix_fields.rb', line 31788 def LegPaymentStreamFinalRateRoundingDirection.field return 40346 end |