Class: Quickfix::OffshoreIndicator
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::OffshoreIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OffshoreIndicator
constructor
A new instance of OffshoreIndicator.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ OffshoreIndicator
77018 77019 77020 77021 77022 77023 77024 |
# File 'lib/quickfix_fields.rb', line 77018 def initialize(data = nil) if( data == nil ) super(2795) else super(2795, data) end end |
Class Method Details
.field ⇒ Object
77015 77016 77017 |
# File 'lib/quickfix_fields.rb', line 77015 def OffshoreIndicator.field return 2795 end |