Class: Quickfix::NoMaturityRules

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoMaturityRules

Returns a new instance of NoMaturityRules.



16438
16439
16440
16441
16442
16443
16444
# File 'lib/quickfix_fields.rb', line 16438

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

Class Method Details

.fieldObject



16435
16436
16437
# File 'lib/quickfix_fields.rb', line 16435

def NoMaturityRules.field
  return 1236
end