Class: Quickfix::PegRoundDirection
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PegRoundDirection
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PegRoundDirection
constructor
A new instance of PegRoundDirection.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PegRoundDirection
11368 11369 11370 11371 11372 11373 11374 |
# File 'lib/quickfix_fields.rb', line 11368 def initialize(data = nil) if( data == nil ) super(838) else super(838, data) end end |
Class Method Details
.field ⇒ Object
11365 11366 11367 |
# File 'lib/quickfix_fields.rb', line 11365 def PegRoundDirection.field return 838 end |