Class: Quickfix::BackloadedTradeIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::BackloadedTradeIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BackloadedTradeIndicator
constructor
A new instance of BackloadedTradeIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ BackloadedTradeIndicator
Returns a new instance of BackloadedTradeIndicator.
25226 25227 25228 25229 25230 25231 25232 |
# File 'lib/quickfix_fields.rb', line 25226 def initialize(data = nil) if( data == nil ) super(1926) else super(1926, data) end end |
Class Method Details
.field ⇒ Object
25223 25224 25225 |
# File 'lib/quickfix_fields.rb', line 25223 def BackloadedTradeIndicator.field return 1926 end |