Class: Quickfix::LegSettlmntTyp
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::LegSettlmntTyp
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSettlmntTyp
constructor
A new instance of LegSettlmntTyp.
Constructor Details
#initialize(data = nil) ⇒ LegSettlmntTyp
Returns a new instance of LegSettlmntTyp.
11563 11564 11565 11566 11567 11568 11569 |
# File 'lib/quickfix_fields.rb', line 11563 def initialize(data = nil) if( data == nil ) super(587) else super(587, data) end end |
Class Method Details
.field ⇒ Object
11560 11561 11562 |
# File 'lib/quickfix_fields.rb', line 11560 def LegSettlmntTyp.field return 587 end |