Class: Quickfix::AdvSide
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::AdvSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AdvSide
constructor
A new instance of AdvSide.
Constructor Details
#initialize(data = nil) ⇒ AdvSide
2333 2334 2335 2336 2337 2338 2339 |
# File 'lib/quickfix_fields.rb', line 2333 def initialize(data = nil) if( data == nil ) super(4) else super(4, data) end end |
Class Method Details
.field ⇒ Object
2330 2331 2332 |
# File 'lib/quickfix_fields.rb', line 2330 def AdvSide.field return 4 end |