Class: Quickfix::UnderlyingDepositoryReceiptIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingDepositoryReceiptIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDepositoryReceiptIndicator
constructor
A new instance of UnderlyingDepositoryReceiptIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDepositoryReceiptIndicator
Returns a new instance of UnderlyingDepositoryReceiptIndicator.
72416 72417 72418 72419 72420 72421 72422 |
# File 'lib/quickfix_fields.rb', line 72416 def initialize(data = nil) if( data == nil ) super(2628) else super(2628, data) end end |
Class Method Details
.field ⇒ Object
72413 72414 72415 |
# File 'lib/quickfix_fields.rb', line 72413 def UnderlyingDepositoryReceiptIndicator.field return 2628 end |