Class: Quickfix::AllowableOneSidednessCurr
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::AllowableOneSidednessCurr
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllowableOneSidednessCurr
constructor
A new instance of AllowableOneSidednessCurr.
Constructor Details
#initialize(data = nil) ⇒ AllowableOneSidednessCurr
Returns a new instance of AllowableOneSidednessCurr.
12187 12188 12189 12190 12191 12192 12193 |
# File 'lib/quickfix_fields.rb', line 12187 def initialize(data = nil) if( data == nil ) super(767) else super(767, data) end end |
Class Method Details
.field ⇒ Object
12184 12185 12186 |
# File 'lib/quickfix_fields.rb', line 12184 def AllowableOneSidednessCurr.field return 767 end |