Class: Quickfix::LegSettlRatePostponementSurvey

Inherits:
BoolField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegSettlRatePostponementSurvey

Returns a new instance of LegSettlRatePostponementSurvey.



39058
39059
39060
39061
39062
39063
39064
# File 'lib/quickfix_fields.rb', line 39058

def initialize(data = nil)
  if( data == nil )
    super(40905)
  else
    super(40905, data)
  end
end

Class Method Details

.fieldObject



39055
39056
39057
# File 'lib/quickfix_fields.rb', line 39055

def LegSettlRatePostponementSurvey.field
  return 40905
end