Class: Quickfix::PegRoundDirection
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ PegRoundDirection
Returns a new instance of PegRoundDirection.
13292 13293 13294 13295 13296 13297 13298 |
# File 'lib/quickfix_fields.rb', line 13292 def initialize(data = nil) if( data == nil ) super(838) else super(838, data) end end |
Class Method Details
.field ⇒ Object
13289 13290 13291 |
# File 'lib/quickfix_fields.rb', line 13289 def PegRoundDirection.field return 838 end |