Class: Quickfix::UnderlyingPaymentStreamMaximumTransactionAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamMaximumTransactionAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamMaximumTransactionAmount
constructor
A new instance of UnderlyingPaymentStreamMaximumTransactionAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamMaximumTransactionAmount
Returns a new instance of UnderlyingPaymentStreamMaximumTransactionAmount.
55009 55010 55011 55012 55013 55014 55015 |
# File 'lib/quickfix_fields.rb', line 55009 def initialize(data = nil) if( data == nil ) super(41902) else super(41902, data) end end |
Class Method Details
.field ⇒ Object
55006 55007 55008 |
# File 'lib/quickfix_fields.rb', line 55006 def .field return 41902 end |