Class: Quickfix::LegSide
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::LegSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSide
constructor
A new instance of LegSide.
Constructor Details
#initialize(data = nil) ⇒ LegSide
Returns a new instance of LegSide.
12746 12747 12748 12749 12750 12751 12752 |
# File 'lib/quickfix_fields.rb', line 12746 def initialize(data = nil) if( data == nil ) super(624) else super(624, data) end end |
Class Method Details
.field ⇒ Object
12743 12744 12745 |
# File 'lib/quickfix_fields.rb', line 12743 def LegSide.field return 624 end |